mirror of https://github.com/encounter/SDL.git
updated includes for _exit()
This commit is contained in:
parent
24bee6e5e2
commit
9c14c789ad
|
@ -22,8 +22,10 @@
|
||||||
|
|
||||||
#if defined(__WIN32__)
|
#if defined(__WIN32__)
|
||||||
#include "core/windows/SDL_windows.h"
|
#include "core/windows/SDL_windows.h"
|
||||||
|
#elif defined(__OS2__)
|
||||||
|
#include <stdlib.h> /* For _exit() */
|
||||||
#elif !defined(__WINRT__)
|
#elif !defined(__WINRT__)
|
||||||
#include <unistd.h> // For _exit(), etc.
|
#include <unistd.h> /* For _exit(), etc. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__EMSCRIPTEN__)
|
#if defined(__EMSCRIPTEN__)
|
||||||
|
|
Loading…
Reference in New Issue