From 0f9d87a2c45eea48d999a601f42860e7ee5ebc17 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 20 Dec 2007 21:39:56 +0000 Subject: [PATCH] more for bug #1851365 git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5407 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/util.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/util.cpp b/Source/util.cpp index 25e515e6..c3db2e08 100644 --- a/Source/util.cpp +++ b/Source/util.cpp @@ -33,6 +33,7 @@ #ifdef __APPLE__ namespace Apple { // defines struct section +# define ENUM_DYLD_BOOL // for TRUE/FALSE, bug #1851365 # include // for _NSGetExecutablePath }; # include // for MAXPATHLEN