|
From: andrew7 <bd...@us...> - 2006-12-24 15:53:43
|
Update of /cvsroot/smartwin/SmartWin/SmartUtil In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12976/SmartUtil Modified Files: tstring.h Log Message: tfstream for wine Index: tstring.h =================================================================== RCS file: /cvsroot/smartwin/SmartWin/SmartUtil/tstring.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- tstring.h 18 Dec 2006 01:11:01 -0000 1.9 +++ tstring.h 24 Dec 2006 15:53:39 -0000 1.10 @@ -58,7 +58,7 @@ typedef std::wiostream tiostream; # endif //_ISTREAM_ # endif //_OSTREAM_ -# if defined _IOSFWD_ || defined _FSTREAM_ || defined _GLIBCXX_FSTREAM +# if defined _IOSFWD_ || defined _FSTREAM_ || defined _CPP_FSTREAM || defined _GLIBCXX_FSTREAM typedef std::wfilebuf tfilebuf; typedef std::wfstream tfstream; typedef std::wifstream tifstream; @@ -84,7 +84,7 @@ typedef std::iostream tiostream; # endif //_ISTREAM_ # endif //_OSTREAM_ -# if defined _IOSFWD_ || defined _FSTREAM_ || defined _GLIBCXX_FSTREAM +# if defined _IOSFWD_ || defined _FSTREAM_ || defined _CPP_FSTREAM || defined _GLIBCXX_FSTREAM typedef std::filebuf tfilebuf; typedef std::fstream tfstream; typedef std::ifstream tifstream; |