Windows.h -> windows.h
This commit is contained in:
parent
e58a71fc29
commit
5c4af54be1
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ NON-STANDARD FEATURES
|
|||
============================================================================*/
|
||||
#ifdef DEBUG_CMPP
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue