1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-04 03:40:14 +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:
Andrei Kortunov 2020-05-25 08:04:39 +00:00
commit a6351dd887

View File

@ -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;