Fixed Windows build

This commit is contained in:
Sam Lantinga 2018-08-09 16:03:29 -07:00
parent a7f26f9e6c
commit 59594ecdba

View File

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