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:
parent
53e3d7582b
commit
3c96dd4d85
@ -50,7 +50,7 @@
|
|||||||
// The following include files require GCC 3.x or a non-GNU compiler...
|
// The following include files require GCC 3.x or a non-GNU compiler...
|
||||||
#if !defined(__GNUC__) || __GNUC__ >= 3
|
#if !defined(__GNUC__) || __GNUC__ >= 3
|
||||||
# include <ole2.h>
|
# include <ole2.h>
|
||||||
# include <ShellApi.h>
|
# include <shellapi.h>
|
||||||
#endif // !__GNUC__ || __GNUC__ >= 3
|
#endif // !__GNUC__ || __GNUC__ >= 3
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user