summaryrefslogtreecommitdiff
path: root/Source/exehead/exec.h
blob: b6f2d10fac648b6108998adbadc61826bcecb001 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _EXEC_H_
#define _EXEC_H_

extern exec_flags g_exec_flags;

int NSISCALL ExecuteCodeSegment(int pos, HWND hwndProgress); // returns 0 on success
int NSISCALL ExecuteCallbackFunction(int num); // returns 0 on success

#endif//_EXEC_H_