Consistency in Windows ifdefs/windows.h includes
Changing all defined(_WINDOWS) to defined(_WIN32) Defining WIN32_LEAN_AND_MEAN in all files except those in Archutils/Win32
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
#include <cstdarg>
|
||||
#include <cstdint>
|
||||
|
||||
#if defined(_WINDOWS) && defined(DEBUG)
|
||||
#if defined(_WIN32) && defined(DEBUG)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#elif defined(MACOSX)
|
||||
#include "archutils/Darwin/Crash.h"
|
||||
|
||||
Reference in New Issue
Block a user