mirror of
https://github.com/fltk/fltk.git
synced 2026-05-24 16:36:37 +08:00
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
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user