Include libc_wince.h on Windows CE.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1593
This commit is contained in:
Simon Howard 2009-06-11 18:19:05 +00:00
parent 1a5c3bc61d
commit 3a4db25094
2 changed files with 8 additions and 1 deletions

View file

@ -27,7 +27,10 @@
#include <stdlib.h>
#include <string.h>
#include "SDL_getenv.h"
#ifdef _WIN32_WCE
#include "libc_wince.h"
#endif
#include "config.h"
#include "pcsound.h"
#include "pcsound_internal.h"

View file

@ -21,6 +21,10 @@
#include <string.h>
#ifdef _WIN32_WCE
#include "libc_wince.h"
#endif
#include "textscreen.h"
#include "display.h"