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.
pull/578/head
Fanael Linithien 5 years ago
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…
Cancel
Save