mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
Fixed Windows build
This commit is contained in:
parent
d2042e1ed4
commit
f35e97ba8a
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
#ifdef __WIN32__
|
#ifdef __WIN32__
|
||||||
/* Needed for checking for input remapping programs */
|
/* Needed for checking for input remapping programs */
|
||||||
#include "../../core/windows/SDL_windows.h"
|
#include "../core/windows/SDL_windows.h"
|
||||||
|
|
||||||
#undef UNICODE /* We want ASCII functions */
|
#undef UNICODE /* We want ASCII functions */
|
||||||
#include <tlhelp32.h>
|
#include <tlhelp32.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user