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:
kichik 2005-05-03 17:31:56 +00:00
parent 53fa1d20ac
commit 84c1ce2084
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
target = 'AdvSplash'
files = Split("""
AdvSplash.c
advsplash.c
""")
libs = Split("""

View file

@ -70,10 +70,10 @@ typedef struct {
int instdir_error;
int rtl;
int errlvl;
} exec_flags;
} exec_flags_type;
typedef struct {
exec_flags *exec_flags;
exec_flags_type *exec_flags;
int (__stdcall *ExecuteCodeSegment)(int, HWND);
} extra_parameters;
@ -113,4 +113,4 @@ static void __stdcall setuservariable(const int varnum, const char *var)
#endif//_EXDLL_H_
#endif//_EXDLL_H_