fixed plug-in system's SetDetailsPrint usage
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5277 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d9d6a9da51
commit
266267ba61
4 changed files with 5 additions and 11 deletions
|
@ -18,6 +18,7 @@
|
|||
#define _EXEC_H_
|
||||
|
||||
extern exec_flags g_exec_flags;
|
||||
extern exec_flags g_exec_flags_last_used;
|
||||
|
||||
int NSISCALL ExecuteCodeSegment(int pos, HWND hwndProgress); // returns 0 on success
|
||||
int NSISCALL ExecuteCallbackFunction(int num); // returns 0 on success
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue