mirror of
https://github.com/yawut/SDL.git
synced 2026-08-21 16:24:37 -05:00
WinRT: build fix for SDL_assert.c
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user