[CMAKE]: Add wmc to host tools, and export it as native-wmc.
[reactos.git] / include / psdk / rpcasync.h
index d4bf4f8..3203c6d 100644 (file)
 #ifndef __WINE_RPCASYNC_H
 #define __WINE_RPCASYNC_H
 
+#ifdef _MSC_VER
+#pragma warning(push)
+#pragma warning(disable:4820)
+#endif
 
 typedef struct tagRPC_ERROR_ENUM_HANDLE
 {
@@ -187,4 +191,8 @@ RPCRTAPI int        RPC_ENTRY I_RpcExceptionFilter(ULONG);
 }
 #endif
 
+#ifdef _MSC_VER
+#pragma warning(pop)
+#endif
+
 #endif