From e3d0802c23cfda97bb8c2938360fad43ba1ecb62 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 29 Jan 2011 14:41:18 +0000 Subject: [PATCH] [PSDK] Fix include of windows.h from rpc.h svn path=/branches/cmake-bringup/; revision=50554 --- include/psdk/rpc.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/include/psdk/rpc.h b/include/psdk/rpc.h index 641973ed6b5..800abf44fe2 100644 --- a/include/psdk/rpc.h +++ b/include/psdk/rpc.h @@ -1,14 +1,8 @@ #if !defined( RPC_NO_WINDOWS_H ) && !defined( MAC ) && !defined( _MAC ) -#if defined (_OLE32_) -#ifndef RC_INVOKED -#include -#endif -#include -#include -#else +#ifndef _INC_WINDOWS #include -#endif +#endif /* _INC_WINDOWS */ #endif #ifndef RC_INVOKED