reduced dependency from windows-specific header files

svn-id: r26034
This commit is contained in:
Nicola Mettifogo 2007-03-09 00:13:07 +00:00
parent a3c2c1f413
commit 1e985051a9
6 changed files with 16 additions and 13 deletions

View file

@ -29,6 +29,11 @@
#include "gui/message.h"
#include "sound/mixer.h"
#if defined(WIN32)
#include <windows.h>
#include <direct.h>
#endif
#ifdef _WIN32_WCE
extern bool isSmartphone(void);
#endif