Module: wine Branch: master Commit: ff30321e098c4a046045e268572869c9ae952743 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ff30321e098c4a046045e26857...
Author: Jon Griffiths jon_p_griffiths@yahoo.com Date: Wed Jun 11 14:16:23 2008 -0700
include/rpcproxy.h: Fix incorrect include guard comment.
---
include/rpcproxy.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/rpcproxy.h b/include/rpcproxy.h index 7bec080..acddc72 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 */