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:
parent
31e868b010
commit
7c46651a0f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue