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/windef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/include/winapi/windef.h') diff --git a/win32/include/winapi/windef.h b/win32/include/winapi/windef.h index b3ff265..3e38816 100644 --- a/win32/include/winapi/windef.h +++ b/win32/include/winapi/windef.h @@ -110,7 +110,7 @@ extern "C" { typedef DWORD *PDWORD; typedef DWORD *LPDWORD; typedef void *LPVOID; - #ifndef _LPCVOID_DEFINED +# ifndef _LPCVOID_DEFINED #define _LPCVOID_DEFINED typedef CONST void *LPCVOID; #endif -- cgit v1.3.1