More header case fixes

pull/598/head
k1ll 11 years ago
parent fe03727ae5
commit 96d9afec38

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

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

Loading…
Cancel
Save