mirror of
https://github.com/yawut/SDL.git
synced 2026-08-04 17:47:52 -05:00
WinRT: build fix for SDL_assert.c
This commit is contained in:
parent
d202bff7f5
commit
f67b2673ec
|
|
@ -37,8 +37,10 @@
|
|||
#else /* fprintf, _exit(), etc. */
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#if ! defined(__WINRT__)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static SDL_assert_state
|
||||
SDL_PromptAssertion(const SDL_assert_data *data, void *userdata);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user