Mercurial > sdl-ios-xcode
comparison src/thread/os2/SDL_systhread.c @ 1442:e3242177fe4a
Updated OS/2 build, yay!
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 26 Feb 2006 19:30:21 +0000 |
parents | d910939febfa |
children | 9ebbbb4ae53b |
comparison
equal
deleted
inserted
replaced
1441:b9f034536fa0 | 1442:e3242177fe4a |
---|---|
28 #define INCL_DOSPROCESS | 28 #define INCL_DOSPROCESS |
29 #include <os2.h> | 29 #include <os2.h> |
30 | 30 |
31 #include "SDL_thread.h" | 31 #include "SDL_thread.h" |
32 #include "../SDL_systhread.h" | 32 #include "../SDL_systhread.h" |
33 #include "../SDL_thread_c.h" | |
33 | 34 |
34 typedef struct ThreadStartParms | 35 typedef struct ThreadStartParms |
35 { | 36 { |
36 void *args; | 37 void *args; |
37 pfnSDL_CurrentEndThread pfnCurrentEndThread; | 38 pfnSDL_CurrentEndThread pfnCurrentEndThread; |