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. */
|
||||
#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…
Add table
Add a link
Reference in a new issue