WinRT: build fix for SDL_assert.c

This commit is contained in:
David Ludwig 2012-11-04 13:26:53 -05:00
parent 1f72429d41
commit 77dbd7ef65

View file

@ -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);