summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-06-05 15:03:40 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-06-05 15:03:40 +0200
commit69e020ea53dcfe71f91a3de46e4ce4a05cefafc5 (patch)
treed901a6aeb1e922ca23aa2a7a05acd55684934add
parent19400c849e51b66fe1ed0181b05fc51f9254648b (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 6ecbc09..3d49244 100644
--- a/plugingui/filebrowser.cc
+++ b/plugingui/filebrowser.cc
@@ -42,7 +42,7 @@
#include <hugin.hpp>
#ifdef __MINGW32__
-#include <direct.h>
+//#include <direct.h>
#endif
struct GUI::FileBrowser::private_data {