Windows.h -> windows.h
This commit is contained in:
parent
ba9d4554e5
commit
36d8338eef
|
|
@ -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