Fix case error for linux -> win32 cross compile

This commit is contained in:
Neil Richardson 2019-01-09 07:50:55 +08:00 committed by Daniel Gibson
parent d82708b448
commit a83add6ea9

View file

@ -27,7 +27,7 @@
#include <windows.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_Main.h>
#include <SDL2/SDL_main.h>
#include "../../common/header/common.h"