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:
@@ -1,6 +1,6 @@
|
||||
#if defined(ANDROID)
|
||||
#include "Android/SpecialDirs.h"
|
||||
#elif defined(_WINDOWS)
|
||||
#elif defined(_WIN32)
|
||||
#include "Win32/SpecialDirs.h"
|
||||
#elif defined(MACOSX)
|
||||
#include "Darwin/SpecialDirs.h"
|
||||
|
||||
Reference in New Issue
Block a user