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
This commit is contained in:
kichik 2005-09-20 17:35:24 +00:00
parent 31e868b010
commit 7c46651a0f

View file

@ -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