comparison src/thread/SDL_thread_c.h @ 5062:e8916fe9cfc8

Fixed bug #925 Changed "win32" to "windows"
author Sam Lantinga <slouken@libsdl.org>
date Thu, 20 Jan 2011 18:04:05 -0800
parents f7b03b6838cb
children b530ef003506
comparison
equal deleted inserted replaced
5061:9e9940eae455 5062:e8916fe9cfc8
33 #include "epoc/SDL_systhread_c.h" 33 #include "epoc/SDL_systhread_c.h"
34 #elif SDL_THREAD_PTHREAD 34 #elif SDL_THREAD_PTHREAD
35 #include "pthread/SDL_systhread_c.h" 35 #include "pthread/SDL_systhread_c.h"
36 #elif SDL_THREAD_SPROC 36 #elif SDL_THREAD_SPROC
37 #include "irix/SDL_systhread_c.h" 37 #include "irix/SDL_systhread_c.h"
38 #elif SDL_THREAD_WIN32 38 #elif SDL_THREAD_WINDOWS
39 #include "win32/SDL_systhread_c.h" 39 #include "windows/SDL_systhread_c.h"
40 #elif SDL_THREAD_NDS 40 #elif SDL_THREAD_NDS
41 #include "nds/SDL_systhread_c.h" 41 #include "nds/SDL_systhread_c.h"
42 #else 42 #else
43 #error Need thread implementation for this platform 43 #error Need thread implementation for this platform
44 #include "generic/SDL_systhread_c.h" 44 #include "generic/SDL_systhread_c.h"