(brainsucker) fixed a bug with calling proc(void) and added e switch to get GetLastError return value.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2465 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-04-18 11:21:06 +00:00
parent e720007649
commit 96a524c1b7
4 changed files with 22 additions and 5 deletions

View file

@ -159,6 +159,7 @@ return place.
redefined either by GET or CALL. This options is never inherited to childs.
s - use general Stack. Whenever the first callback defined the system
starts using the temporary stacks for function calls.
e - call GetLastError() after procedure end and push result on stack,
----------------------------------
Callback: