diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-05 14:59:23 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-05 14:59:23 +0200 |
commit | 19400c849e51b66fe1ed0181b05fc51f9254648b (patch) | |
tree | 01ea69d3d7d4375193a99159ad99f568d1abe324 /plugingui | |
parent | 9b6108117233aa5d9f500fa42a65a72fbf0b7d68 (diff) |
Don't include direct.h unless we're compiling wityh mingw (ie. not cygwin)
Diffstat (limited to 'plugingui')
-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 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 |