mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-02 20:42:36 +02:00
Change some Win32 includes to lower case filenames for Linux cross compiling
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
#include <icondoc.h>
|
||||
#include <update.h>
|
||||
#if defined WIN32
|
||||
#include <Shlobj.h>
|
||||
#include <Shlwapi.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlwapi.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
|
Reference in New Issue
Block a user