mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00: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