mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 01:11:03 +08:00
[COMSUPP] Define WIN32_LEAN_AND_MEAN
This is needed to prevent compile errors, when _INC_WINDOWS is defined. So far WIN32_LEAN_AND_MEAN is wrongly defined by some idl generated headers. In VS with native headers similar issues exist.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define _INC_WINDOWS
|
||||
|
||||
#include <windef.h>
|
||||
|
||||
Reference in New Issue
Block a user