Fix PR #475: commctrl.h: missing newline to separate #defines.
diff --git a/mingw-w64-headers/include/commctrl.h b/mingw-w64-headers/include/commctrl.h index ef3b63c..23adb9e 100644 --- a/mingw-w64-headers/include/commctrl.h +++ b/mingw-w64-headers/include/commctrl.h
@@ -5149,7 +5149,8 @@ #define LIF_URL 0x8 #define LIS_FOCUSED 0x1 -#define LIS_ENABLED 0x2#define LIS_VISITED 0x4 +#define LIS_ENABLED 0x2 +#define LIS_VISITED 0x4 #if NTDDI_VERSION >= 0x06000000 #define LIS_HOTTRACK 0x8 #define LIS_DEFAULTCOLORS 0x10