From ff30321e098c4a046045e268572869c9ae952743 Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Wed, 11 Jun 2008 14:16:23 -0700 Subject: [PATCH] include/rpcproxy.h: Fix incorrect include guard comment. --- include/rpcproxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rpcproxy.h b/include/rpcproxy.h index 7bec080195d..acddc729b36 100644 --- a/include/rpcproxy.h +++ b/include/rpcproxy.h @@ -363,4 +363,4 @@ RPCRTAPI HRESULT RPC_ENTRY } #endif -#endif /*__WINE_RPCDCE_H */ +#endif /*__WINE_RPCPROXY_H */