mirror of https://github.com/encounter/SDL.git
Fixed Windows build
This commit is contained in:
parent
d2042e1ed4
commit
f35e97ba8a
|
@ -39,7 +39,7 @@
|
|||
|
||||
#ifdef __WIN32__
|
||||
/* 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 */
|
||||
#include <tlhelp32.h>
|
||||
|
|
Loading…
Reference in New Issue