WinRT: build fix for SDL_assert.c
This commit is contained in:
parent
1f72429d41
commit
77dbd7ef65
1 changed files with 2 additions and 0 deletions
|
@ -37,8 +37,10 @@
|
||||||
#else /* fprintf, _exit(), etc. */
|
#else /* fprintf, _exit(), etc. */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#if ! defined(__WINRT__)
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
static SDL_assert_state
|
static SDL_assert_state
|
||||||
SDL_PromptAssertion(const SDL_assert_data *data, void *userdata);
|
SDL_PromptAssertion(const SDL_assert_data *data, void *userdata);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue