Platform specific headers should be checked after we import the defines.

master
vexed 2011-09-04 18:44:48 -04:00
parent 367c3ba823
commit bc9577bfc9
1 changed files with 3 additions and 3 deletions

View File

@ -24,12 +24,12 @@
* Alex Lee. Pumpkin Studios. Eidos PLC 98,
*/
#include "lib/framework/wzapp.h"
#if defined(WZ_OS_WIN)
# include <Shellapi.h> /* For ShellExecute */
# include <shellapi.h> /* For ShellExecute */
#endif
#include "lib/framework/wzapp.h"
#include "lib/framework/input.h"
#include "lib/ivis_opengl/bitimage.h"
#include "lib/ivis_opengl/pieblitfunc.h"