comparison src/thread/win32/SDL_systhread.c @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c71e05b4dc2e
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
23 /* Win32 thread management routines for SDL */ 23 /* Win32 thread management routines for SDL */
24 24
25 #include "SDL_windows.h" 25 #include "SDL_windows.h"
26 26
27 #include "SDL_thread.h" 27 #include "SDL_thread.h"
28 #include "SDL_systhread.h" 28 #include "../SDL_thread_c.h"
29 #include "../SDL_systhread.h"
29 30
30 typedef struct ThreadStartParms 31 typedef struct ThreadStartParms
31 { 32 {
32 void *args; 33 void *args;
33 pfnSDL_CurrentEndThread pfnCurrentEndThread; 34 pfnSDL_CurrentEndThread pfnCurrentEndThread;