
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2412 212acab6-be3b-0410-9dea-997c60f758d6
8 lines
177 B
C
8 lines
177 B
C
#ifndef _EXEC_H_
|
|
#define _EXEC_H_
|
|
|
|
extern union installer_flags g_flags;
|
|
|
|
int NSISCALL ExecuteCodeSegment(int pos, HWND hwndProgress); // returns 0 on success
|
|
|
|
#endif//_EXEC_H_
|