add NSISCALL definition for external plug-ins not built with scons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5859 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f022eb6911
commit
7f7dc37264
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ typedef struct
|
|||
int status_update;
|
||||
} exec_flags_t;
|
||||
|
||||
#ifndef NSISCALL
|
||||
# define NSISCALL __stdcall
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
exec_flags_t *exec_flags;
|
||||
int (NSISCALL *ExecuteCodeSegment)(int, HWND);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue