use Var /GLOBAL to avoid annoying warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4212 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
68dc7f9f7e
commit
14a9b130a1
1 changed files with 8 additions and 2 deletions
|
@ -28,11 +28,17 @@
|
||||||
!define SHCNF_IDLIST 0x0000
|
!define SHCNF_IDLIST 0x0000
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
Var __INSTALLLLIB_SESSIONGUID
|
|
||||||
|
|
||||||
### Initialize session id (GUID)
|
### Initialize session id (GUID)
|
||||||
!macro __InstallLib_Helper_InitSession
|
!macro __InstallLib_Helper_InitSession
|
||||||
|
|
||||||
|
!ifndef __InstallLib_SessionGUID_Defined
|
||||||
|
|
||||||
|
!define __InstallLib_SessionGUID_Defined
|
||||||
|
|
||||||
|
Var /GLOBAL __INSTALLLLIB_SESSIONGUID
|
||||||
|
|
||||||
|
!endif
|
||||||
|
|
||||||
StrCmp $__INSTALLLLIB_SESSIONGUID '' 0 +6
|
StrCmp $__INSTALLLLIB_SESSIONGUID '' 0 +6
|
||||||
|
|
||||||
System::Alloc 16
|
System::Alloc 16
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue