mirror of
https://github.com/yawut/SDL.git
synced 2026-09-09 09:36:14 -05:00
Updated OS/2 build, yay!
This commit is contained in:
@@ -65,8 +65,8 @@ typedef struct SDL_Thread SDL_Thread;
|
||||
#endif
|
||||
|
||||
#ifdef __OS2__
|
||||
typedef int (__cdecl *pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void *arg);
|
||||
typedef void (__cdecl *pfnSDL_CurrentEndThread)(void);
|
||||
typedef int (*pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void *arg);
|
||||
typedef void (*pfnSDL_CurrentEndThread)(void);
|
||||
#else
|
||||
#ifdef __GNUC__
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user