From 7c46651a0f6f60f628767c51e3815c245ed6b30b Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 20 Sep 2005 17:35:24 +0000 Subject: [PATCH] WS_EX_LEFTSCROLLBAR needed by MinGW git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4279 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/Platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Platform.h b/Source/Platform.h index 791bdb5a..39c7b572 100644 --- a/Source/Platform.h +++ b/Source/Platform.h @@ -448,6 +448,7 @@ typedef WORD LANGID; # define WS_EX_RIGHT 0x1000 # define WS_EX_RIGHTSCROLLBAR 0 # define WS_EX_RTLREADING 0x2000 +# define WS_EX_LEFTSCROLLBAR 0x4000 # define TVS_RTLREADING 64