added missing MB_RTLREADING
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3929 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
dd3d4f237a
commit
f53f97b4ca
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ typedef WORD LANGID;
|
||||||
# define MB_SETFOREGROUND 0x10000
|
# define MB_SETFOREGROUND 0x10000
|
||||||
# define MB_TOPMOST 0x40000
|
# define MB_TOPMOST 0x40000
|
||||||
# define MB_RIGHT 0x80000
|
# define MB_RIGHT 0x80000
|
||||||
|
# define MB_RTLREADING 0x100000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef IDOK
|
#ifndef IDOK
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue