visualtest windows build fixes

This commit is contained in:
Ozkan Sezer 2021-12-21 14:50:00 +03:00
parent 449ef08dcc
commit 71c497a3a3
3 changed files with 7 additions and 7 deletions

View file

@ -8,8 +8,8 @@
#include <SDL_platform.h>
#if defined(__WIN32__)
#include <Windows.h>
#include <Shlwapi.h>
#include <windows.h>
#include <shlwapi.h>
#elif defined(__LINUX__)
#include <unistd.h>
#else