From 0bdbd49eac6ced7fbf6b5d2f5a13d7e9f3df54db Mon Sep 17 00:00:00 2001 From: Urs Janssen Date: Sun, 17 Feb 2013 00:48:51 +0100 Subject: add version number to manpage avoid c++/c99 style comments in preprocessor directives avoid leadings whitespaces in preprocessor directives mention implemented variable length arrays in documentation fixed ambiguous option in texi2html call (Austin English) --- win32/include/winapi/winerror.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/include/winapi/winerror.h') diff --git a/win32/include/winapi/winerror.h b/win32/include/winapi/winerror.h index a904cef..77d85ed 100644 --- a/win32/include/winapi/winerror.h +++ b/win32/include/winapi/winerror.h @@ -1763,7 +1763,7 @@ #ifndef WSA_QOS_RESERVED_PETYPE #define WSA_QOS_RESERVED_PETYPE 11031L #endif -#endif // WSABASEERR +#endif /* WSABASEERR */ #define ERROR_SXS_SECTION_NOT_FOUND 14000L #define ERROR_SXS_CANT_GEN_ACTCTX 14001L @@ -3163,4 +3163,4 @@ __CRT_INLINE HRESULT HRESULT_FROM_WIN32(long x) { return x <= 0 ? (HRESULT)x : ( #define COMADMIN_E_SAFERINVALID _HRESULT_TYPEDEF_(0x80110822L) #define COMADMIN_E_REGISTRY_ACCESSDENIED _HRESULT_TYPEDEF_(0x80110823L) #define COMADMIN_E_PARTITIONS_DISABLED _HRESULT_TYPEDEF_(0x80110824L) -#endif // _WINERROR_ +#endif /* _WINERROR_ */ -- cgit v1.3.1