summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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