(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:
parent
e720007649
commit
96a524c1b7
4 changed files with 22 additions and 5 deletions
|
@ -45,7 +45,8 @@
|
|||
#define POPT_ALWRETURN 0x4 // Always return
|
||||
#define POPT_NEVERREDEF 0x8 // Never redefine
|
||||
#define POPT_GENSTACK 0x10 // Use general stack (non temporary for callback)
|
||||
#define POPT_CLONE 0x20 // This is clone callback
|
||||
#define POPT_ERROR 0x20 // Call GetLastError after proc and push it to stack
|
||||
#define POPT_CLONE 0x40 // This is clone callback
|
||||
|
||||
// Our single proc parameter
|
||||
typedef struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue