oslibs, SDL1.2: minor.

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1511 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2017-10-01 18:03:37 +00:00
parent 152b5d3627
commit cc987b449b
2 changed files with 6 additions and 0 deletions

View file

@ -64,6 +64,9 @@ typedef struct SDL_Thread SDL_Thread;
#ifndef _WIN32_WCE
#include <process.h> /* This has _beginthread() and _endthread() defined! */
#endif
#ifdef __EMX__
#include <stdlib.h>
#endif
#ifdef __OS2__
typedef int (*pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void *arg);

View file

@ -64,6 +64,9 @@ typedef struct SDL_Thread SDL_Thread;
#ifndef _WIN32_WCE
#include <process.h> /* This has _beginthread() and _endthread() defined! */
#endif
#ifdef __EMX__
#include <stdlib.h>
#endif
#ifdef __OS2__
typedef int (*pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void *arg);