mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
remove define of UniqueID
This commit is contained in:
parent
a69b2fabd3
commit
56f6ef434d
1 changed files with 0 additions and 2 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue