From fe1a81a83b4fcb2c9c37ccc9972df169c4efe3bb Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 22 Aug 2010 22:43:43 +0000 Subject: [PATCH] [CMAKE] - Guard pseh2.h against RC_INVOKED. svn path=/branches/cmake-bringup/; revision=48594 --- include/psdk/rpc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/psdk/rpc.h b/include/psdk/rpc.h index de8aa7cfa29..d518d21e2f9 100644 --- a/include/psdk/rpc.h +++ b/include/psdk/rpc.h @@ -12,8 +12,10 @@ #endif #ifdef __GNUC__ +#ifndef RC_INVOKED #include #endif +#endif #ifndef __RPC_H__ #define __RPC_H__