Update of /cvsroot/mahogany/M/src/classes
In directory usw-pr-cvs1:/tmp/cvs-serv17095/src/classes
Modified Files:
IconList.cpp
Log Message:
using wxUSE_IOSTREAMH for including <iostream.h> or <iostream>
Index: IconList.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/IconList.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- IconList.cpp 26 Mar 1998 23:05:39 -0000 1.2
+++ IconList.cpp 19 Oct 2002 17:40:39 -0000 1.3
@@ -7,4 +7,7 @@
********************************************************************
* $Log$
+ * Revision 1.3 2002/10/19 17:40:39 nerijus
+ * using wxUSE_IOSTREAMH for including <iostream.h> or <iostream>
+ *
* Revision 1.2 1998/03/26 23:05:39 VZ
* Necessary changes to make it compile under Windows (VC++ only)
@@ -22,8 +25,8 @@
#include <PersistentList.h>
-#ifdef USE_IOSTREAMH
- #include <fstream>
+#if wxUSE_IOSTREAMH
+# include <fstream.h>
#else
- #include <fstream.h>
+# include <fstream>
#endif
-------------------------------------------------------
This sf.net email is sponsored by:
Access Your PC Securely with GoToMyPC. Try Free Now
https://www.gotomypc.com/s/OSND/DD
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates