Fix include of windows.h from rpc.h

svn path=/branches/cmake-bringup/; revision=50554
This commit is contained in:
Timo Kreuzer 2011-01-29 14:41:18 +00:00
parent 48a509e1d2
commit e3d0802c23

View file

@ -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