reduced dependency from windows-specific header files
svn-id: r26034
This commit is contained in:
parent
a3c2c1f413
commit
1e985051a9
6 changed files with 16 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue