From 4d94e1ae8a3ed67ea3ddc70dfc82376ae831ba87 Mon Sep 17 00:00:00 2001 From: wizou Date: Tue, 6 Dec 2011 23:48:25 +0000 Subject: [PATCH] fix warnings on BIF_NEWDIALOGSTYLE git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6205 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/Platform.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Platform.h b/Source/Platform.h index e9e95a0a..0ceaea74 100644 --- a/Source/Platform.h +++ b/Source/Platform.h @@ -28,6 +28,7 @@ #include #include #include +#include #include "tchar.h" #else # ifndef EXEHEAD @@ -252,7 +253,7 @@ typedef DWORDLONG ULONGLONG,*PULONGLONG; #endif #ifndef BIF_NEWDIALOGSTYLE -# define BIF_NEWDIALOGSTYLE 0x00000040 +# define BIF_NEWDIALOGSTYLE 0x0040 #endif #ifndef TVITEM