diff --git a/Contrib/AdvSplash/SConscript b/Contrib/AdvSplash/SConscript index fa4b298d..bbaaeb4b 100644 --- a/Contrib/AdvSplash/SConscript +++ b/Contrib/AdvSplash/SConscript @@ -1,7 +1,7 @@ target = 'AdvSplash' files = Split(""" - AdvSplash.c + advsplash.c """) libs = Split(""" diff --git a/Contrib/ExDLL/exdll.h b/Contrib/ExDLL/exdll.h index 9df76ca6..d5178839 100644 --- a/Contrib/ExDLL/exdll.h +++ b/Contrib/ExDLL/exdll.h @@ -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_ \ No newline at end of file +#endif//_EXDLL_H_