From bf9eb86c426b86d427533da89790cce321f73833 Mon Sep 17 00:00:00 2001 From: pabs3 Date: Wed, 4 Apr 2007 08:15:19 +0000 Subject: [PATCH] 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 --- Source/Platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Platform.h b/Source/Platform.h index 23f63852..c0f98a01 100644 --- a/Source/Platform.h +++ b/Source/Platform.h @@ -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