summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-06-05 14:59:23 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-06-05 14:59:23 +0200
commit19400c849e51b66fe1ed0181b05fc51f9254648b (patch)
tree01ea69d3d7d4375193a99159ad99f568d1abe324
parent9b6108117233aa5d9f500fa42a65a72fbf0b7d68 (diff)
Don't include direct.h unless we're compiling wityh mingw (ie. not cygwin)
-rw-r--r--plugingui/filebrowser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/filebrowser.cc b/plugingui/filebrowser.cc
index e9eca6c..6ecbc09 100644
--- a/plugingui/filebrowser.cc
+++ b/plugingui/filebrowser.cc
@@ -41,7 +41,7 @@
#include <hugin.hpp>
-#ifdef WIN32
+#ifdef __MINGW32__
#include <direct.h>
#endif