From 56f6ef434d083604f96fa23e093c2c003a8864d7 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 19 Jan 2016 13:16:55 -0800 Subject: [PATCH] remove define of UniqueID --- cmake/templates/NSIS.template.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index 50ee18e970..9c0473f45f 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -1023,8 +1023,6 @@ FunctionEnd ${nsProcess::FindProcess} ${applicationName} $R0 ${If} $R0 == 0 - !define UniqueID ${__LINE__} - ; the process is running, ask the user if they want us to close it MessageBox MB_OK|MB_ICONEXCLAMATION \ "${displayName} cannot be ${action} while ${displayName} is running.$\r$\nPlease close ${displayName} and try again."