summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDejan Lekic <dejan.lekic@gmail.com>2005-08-27 05:25:50 +0000
committerDejan Lekic <dejan.lekic@gmail.com>2005-08-27 05:25:50 +0000
commit3c96dd4d8553538d628527a93238a685321fc68a (patch)
treec9a1b86128ba46d58a6986546580fd06a9c4c3cf
parent53e3d7582b0b294cbefc3c74030e6d7cacd8e065 (diff)
Fix of cross-compiling (host: *-linux-* , target: *-mingw32) problem.
Patch provided by Amir Shalem <amir@boom.org.il> in STR#995 . git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4541 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_win32.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx
index 1dd66dc39..cc1ee7720 100644
--- a/src/Fl_win32.cxx
+++ b/src/Fl_win32.cxx
@@ -50,7 +50,7 @@
// The following include files require GCC 3.x or a non-GNU compiler...
#if !defined(__GNUC__) || __GNUC__ >= 3
# include <ole2.h>
-# include <ShellApi.h>
+# include <shellapi.h>
#endif // !__GNUC__ || __GNUC__ >= 3