[CMAKE]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 22 Aug 2010 22:43:43 +0000 (22:43 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 22 Aug 2010 22:43:43 +0000 (22:43 +0000)
- Guard pseh2.h against RC_INVOKED.

svn path=/branches/cmake-bringup/; revision=48594

include/psdk/rpc.h

index de8aa7c..d518d21 100644 (file)
 #endif
 
 #ifdef __GNUC__
 #endif
 
 #ifdef __GNUC__
+#ifndef RC_INVOKED
 #include  <pseh/pseh2.h>
 #endif
 #include  <pseh/pseh2.h>
 #endif
+#endif
 
 #ifndef __RPC_H__
 #define __RPC_H__
 
 #ifndef __RPC_H__
 #define __RPC_H__