More header case fixes

This commit is contained in:
k1ll 2014-05-23 23:26:05 +02:00
parent fe03727ae5
commit 96d9afec38
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ distribution.
#include "tinyxml.h"
#ifdef _WIN32
#include <Windows.h> // import MultiByteToWideChar
#include <windows.h> // import MultiByteToWideChar
#endif