Mercurial > sdl-ios-xcode
comparison src/thread/os2/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 |
---|---|
26 #define INCL_DOSERRORS | 26 #define INCL_DOSERRORS |
27 #define INCL_DOSPROCESS | 27 #define INCL_DOSPROCESS |
28 #include <os2.h> | 28 #include <os2.h> |
29 | 29 |
30 #include "SDL_thread.h" | 30 #include "SDL_thread.h" |
31 #include "SDL_systhread.h" | 31 #include "../SDL_systhread.h" |
32 | 32 |
33 typedef struct ThreadStartParms | 33 typedef struct ThreadStartParms |
34 { | 34 { |
35 void *args; | 35 void *args; |
36 pfnSDL_CurrentEndThread pfnCurrentEndThread; | 36 pfnSDL_CurrentEndThread pfnCurrentEndThread; |