Fix: Globally apply preprocessor directive coding style
Global; except for the 32-bit SSE blitter, which has some #DEFINEs in not-very-nice places.
This commit is contained in:
committed by
Niels Martin Hansen
parent
97592c4093
commit
716c883737
@@ -10,7 +10,7 @@
|
||||
#define INITGUID
|
||||
#include "../stdafx.h"
|
||||
#ifdef WIN32_LEAN_AND_MEAN
|
||||
#undef WIN32_LEAN_AND_MEAN // Don't exclude rarely-used stuff from Windows headers
|
||||
# undef WIN32_LEAN_AND_MEAN // Don't exclude rarely-used stuff from Windows headers
|
||||
#endif
|
||||
#include "../debug.h"
|
||||
#include "../os/windows/win32.h"
|
||||
|
||||
Reference in New Issue
Block a user