Fixed Windows build

This commit is contained in:
Sam Lantinga 2018-08-09 16:03:29 -07:00
parent d2042e1ed4
commit f35e97ba8a
1 changed files with 1 additions and 1 deletions

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>