mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[PSDK]
Fix include of windows.h from rpc.h svn path=/branches/cmake-bringup/; revision=50554
This commit is contained in:
+2
-8
@@ -1,14 +1,8 @@
|
||||
|
||||
#if !defined( RPC_NO_WINDOWS_H ) && !defined( MAC ) && !defined( _MAC )
|
||||
#if defined (_OLE32_)
|
||||
#ifndef RC_INVOKED
|
||||
#include <stdarg.h>
|
||||
#endif
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#else
|
||||
#ifndef _INC_WINDOWS
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#endif /* _INC_WINDOWS */
|
||||
#endif
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
|
||||
Reference in New Issue
Block a user