Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv17095/src/gui

Modified Files:
        wxllist.cpp 
Log Message:
using wxUSE_IOSTREAMH for including <iostream.h> or <iostream>

Index: wxllist.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxllist.cpp,v
retrieving revision 1.148
retrieving revision 1.149
diff -b -u -2 -r1.148 -r1.149
--- wxllist.cpp 8 Sep 2002 19:23:11 -0000       1.148
+++ wxllist.cpp 19 Oct 2002 17:40:39 -0000      1.149
@@ -44,5 +44,9 @@
 
 #ifndef USE_PCH
+#   if wxUSE_IOSTREAMH 
 #   include <iostream.h>
+#   else 
+#      include <iostream> 
+#   endif 
 
 #   include <wx/dc.h>



-------------------------------------------------------
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

Reply via email to