gcc fixes

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5819 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-12-09 23:10:07 +00:00
parent 2d06f24c5d
commit 4f8b10e589
5 changed files with 11 additions and 9 deletions

View file

@ -17,8 +17,10 @@
#ifndef _EXEC_H_
#define _EXEC_H_
extern exec_flags g_exec_flags;
extern exec_flags g_exec_flags_last_used;
#include "api.h"
extern exec_flags_t g_exec_flags;
extern exec_flags_t 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