applied parts of patch #1193692 - fixes to scons Contrib stuff
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4006 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
53fa1d20ac
commit
84c1ce2084
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
target = 'AdvSplash'
|
target = 'AdvSplash'
|
||||||
|
|
||||||
files = Split("""
|
files = Split("""
|
||||||
AdvSplash.c
|
advsplash.c
|
||||||
""")
|
""")
|
||||||
|
|
||||||
libs = Split("""
|
libs = Split("""
|
||||||
|
|
|
@ -70,10 +70,10 @@ typedef struct {
|
||||||
int instdir_error;
|
int instdir_error;
|
||||||
int rtl;
|
int rtl;
|
||||||
int errlvl;
|
int errlvl;
|
||||||
} exec_flags;
|
} exec_flags_type;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
exec_flags *exec_flags;
|
exec_flags_type *exec_flags;
|
||||||
int (__stdcall *ExecuteCodeSegment)(int, HWND);
|
int (__stdcall *ExecuteCodeSegment)(int, HWND);
|
||||||
} extra_parameters;
|
} extra_parameters;
|
||||||
|
|
||||||
|
@ -113,4 +113,4 @@ static void __stdcall setuservariable(const int varnum, const char *var)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif//_EXDLL_H_
|
#endif//_EXDLL_H_
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue