Module: wine Branch: master Commit: 0fac0f086161e8d9c1350114eda740d7aa57e087 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0fac0f086161e8d9c1350114ed...
Author: Rob Shearman robertshearman@gmail.com Date: Tue Apr 7 12:30:05 2009 +0100
include: Remove mismatched closing bracket from ws2ipdef.h when compiling as C++.
---
include/ws2ipdef.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/ws2ipdef.h b/include/ws2ipdef.h index 1fcfd27..c9c0970 100644 --- a/include/ws2ipdef.h +++ b/include/ws2ipdef.h @@ -261,8 +261,4 @@ struct WS(ip_msfilter) { #define WS_INET6_ADDRSTRLEN 65 #endif /* USE_WS_PREFIX */
-#ifdef __cplusplus -} -#endif - #endif /* __WS2IPDEF__ */