mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-23 19:20:56 +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:
parent
aeb1776ee6
commit
e8ec62b298
@ -6,7 +6,7 @@
|
||||
|
||||
#include <shlobj.h>
|
||||
#include <shlwapi.h>
|
||||
#include <WinReg.h>
|
||||
#include <winreg.h>
|
||||
|
||||
#include <boost/locale.hpp>
|
||||
namespace bconv = boost::locale::conv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user