]> granicus.if.org Git - graphviz/commitdiff
Wrap windows.h in #ifdef WINDOWS
authorerg <devnull@localhost>
Tue, 22 Feb 2011 01:38:37 +0000 (01:38 +0000)
committererg <devnull@localhost>
Tue, 22 Feb 2011 01:38:37 +0000 (01:38 +0000)
cmd/gvedit/main.cpp

index 0adf54873e288ef84b66f1f846e4d3cf968bd381..289d340381dafd02ca5e110ddf3b873aabb24c2a 100644 (file)
@@ -38,7 +38,9 @@
 **
 ****************************************************************************/
 
+#ifdef WIN32_DLL
 #include "windows.h"
+#endif
 #include <QApplication>
 
 #include "mainwindow.h"