More header case fixes

c++11
k1ll 11 years ago
parent fe03727ae5
commit 96d9afec38

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

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

Loading…
Cancel
Save