From e31ccf2190505595d5ea816b5a5ba35c5a328d0e Mon Sep 17 00:00:00 2001 From: wizou Date: Tue, 6 Dec 2011 21:25:50 +0000 Subject: [PATCH] fix warnings on BIF_NEWDIALOGSTYLE git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6203 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Platform.h b/Source/Platform.h index e3135f9a..e9e95a0a 100644 --- a/Source/Platform.h +++ b/Source/Platform.h @@ -252,7 +252,7 @@ typedef DWORDLONG ULONGLONG,*PULONGLONG; #endif #ifndef BIF_NEWDIALOGSTYLE -# define BIF_NEWDIALOGSTYLE 0x0040 +# define BIF_NEWDIALOGSTYLE 0x00000040 #endif #ifndef TVITEM