Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
This commit is contained in:
parent
b33881a48e
commit
10b8372bd3
42 changed files with 1137 additions and 3437 deletions
|
@ -39,7 +39,7 @@ struct SDL_semaphore
|
|||
#else
|
||||
HANDLE id;
|
||||
#endif
|
||||
LONG volatile count;
|
||||
LONG count;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -23,12 +23,10 @@
|
|||
|
||||
/* Win32 thread management routines for SDL */
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
#include "SDL_thread.h"
|
||||
#include "../SDL_thread_c.h"
|
||||
#include "../SDL_systhread.h"
|
||||
#include "SDL_systhread_c.h"
|
||||
|
||||
#ifndef SDL_PASSED_BEGINTHREAD_ENDTHREAD
|
||||
#ifndef _WIN32_WCE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue