$__INSTALLLLIB_SESSIONGUID might as well be {000...}, it's no different than 'session' in functionality

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4829 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-11-27 16:27:16 +00:00
parent eb920cdec2
commit 88b5eb588c

View file

@ -46,9 +46,6 @@
System::Call 'ole32::CoCreateGuid(g .s)'
Pop $__INSTALLLLIB_SESSIONGUID
StrCmp $__INSTALLLLIB_SESSIONGUID '{00000000-0000-0000-0000-000000000000}' 0 +2
StrCpy $__INSTALLLLIB_SESSIONGUID 'session'
"${__InstallLib_Helper_InitSession_Label}:"
!undef __InstallLib_Helper_InitSession_Label