Windows.h -> windows.h

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

View File

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

View File

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

View File

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