Browse Source

Windows.h -> windows.h

pre-master-46
Holger Vogt 5 years ago
parent
commit
5c4af54be1
  1. 2
      src/frontend/get_avail_mem_size.c
  2. 2
      src/frontend/get_phys_mem_size.c
  3. 2
      src/xspice/cmpp/main.c

2
src/frontend/get_avail_mem_size.c

@ -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>

2
src/frontend/get_phys_mem_size.c

@ -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>

2
src/xspice/cmpp/main.c

@ -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

Loading…
Cancel
Save