Windows.h -> windows.h

This commit is contained in:
Holger Vogt 2020-11-14 17:30:57 +01:00
parent e58a71fc29
commit 5c4af54be1
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
#if defined(_WIN32)
#undef BOOLEAN
#include <Windows.h>
#include <windows.h>
#elif defined(__unix__) || defined(__unix) || defined(unix) || (defined(__APPLE__) && defined(__MACH__))
#include <unistd.h>

View File

@ -11,7 +11,7 @@
#if defined(_WIN32)
#undef BOOLEAN
#include <Windows.h>
#include <windows.h>
#elif defined(__unix__) || defined(__unix) || defined(unix) || (defined(__APPLE__) && defined(__MACH__))
#include <unistd.h>

View File

@ -37,7 +37,7 @@ NON-STANDARD FEATURES
============================================================================*/
#ifdef DEBUG_CMPP
#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
#endif
#endif