1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-19 20:23:54 +00:00

Use all-lowercase names for windows API headers

This allows the code to successfully cross-compile from hosts with case
sensitive file names, like linux.
This commit is contained in:
Fanael Linithien 2020-05-24 16:49:20 +02:00
parent aeb1776ee6
commit e8ec62b298

View file

@ -6,7 +6,7 @@
#include <shlobj.h> #include <shlobj.h>
#include <shlwapi.h> #include <shlwapi.h>
#include <WinReg.h> #include <winreg.h>
#include <boost/locale.hpp> #include <boost/locale.hpp>
namespace bconv = boost::locale::conv; namespace bconv = boost::locale::conv;