diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-05 15:03:40 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-05 15:03:40 +0200 |
commit | 69e020ea53dcfe71f91a3de46e4ce4a05cefafc5 (patch) | |
tree | d901a6aeb1e922ca23aa2a7a05acd55684934add | |
parent | 19400c849e51b66fe1ed0181b05fc51f9254648b (diff) |
Don't include direct.h unless we're compiling wityh mingw (ie. not cygwin)
-rw-r--r-- | plugingui/filebrowser.cc | 2 |
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 { |