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

@ -15,7 +15,7 @@
#if defined(_WIN32)
// For OutputDebugString
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <windows.h>
// makes __argc and __argv available on windows
#include <cstdlib>
#endif

View file

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