fix (?) for windows compile problem
svn-id: r5244
This commit is contained in:
parent
67bf526875
commit
d73c206579
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
|||
#include "simon/intern.h"
|
||||
#include "simon/vga.h"
|
||||
|
||||
#if defined (WIN32) && !defined(_WIN32_WCE)
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
#ifdef SIMONDEBUG
|
||||
#define SIMON2
|
||||
#define SIMON2WIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue