mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-04 11:49:41 +00:00
Merge branch 'windows-crosscompile-fix' into 'master'
Use all-lowercase names for windows API headers See merge request OpenMW/openmw!214
This commit is contained in:
commit
a6351dd887
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue