Fix FTBFS on Linux due to missing definition of MB_USERICON

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5037 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
pabs3 2007-04-04 08:15:19 +00:00
parent 53442f4f53
commit bf9eb86c42

View file

@ -468,6 +468,7 @@ typedef DWORDLONG ULONGLONG,*PULONGLONG;
# define MB_ICONQUESTION 32
# define MB_ICONEXCLAMATION 48
# define MB_ICONINFORMATION 64
# define MB_USERICON 128
# define MB_SETFOREGROUND 0x10000
# define MB_TOPMOST 0x40000
# define MB_RIGHT 0x80000