]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/projgen/makeproj.cpp
Don't build IPC version of HelpView on Mac Classic
[wxWidgets.git] / utils / projgen / makeproj.cpp
index e52a40d5246c8b1825c9a050fad6daa5822aae4d..0f0fdf76a94317a5e808f1db1c1383717db0fab7 100644 (file)
 #include "wx/wx.h"
 #include "wx/resource.h"
 
-#include "iostream.h"
-#include "fstream.h"
+#if wxUSE_IOSTREAMH
+#include <iostream.h>
+#include <fstream.h>
+#else
+#include <iostream>
+#include <fstream>
+#endif
 
 #include "makeproj.h"
 #include "projgenrc.h"