fix post-install gc2.h include, no explicit load of msvcr71.dll
svn: r1762
This commit is contained in:
parent
4478174a46
commit
f0059665b6
|
@ -623,7 +623,6 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR ignored
|
|||
char *a, **argv, *b, *normalized_path = NULL;
|
||||
|
||||
/* Order matters: load dependencies first */
|
||||
load_delayed_dll("msvcr71.dll");
|
||||
# ifndef MZ_PRECISE_GC
|
||||
load_delayed_dll("libmzgcxxxxxxx.dll");
|
||||
# endif
|
||||
|
|
|
@ -1408,12 +1408,10 @@ void *scheme_malloc(size_t size);
|
|||
# define GC2_EXTERN MZ_EXTERN
|
||||
# endif
|
||||
# ifdef INCLUDE_WITHOUT_PATHS
|
||||
# if SCHEME_DIRECT_EMBEDDED
|
||||
# include "gc2.h"
|
||||
# else
|
||||
# if !SCHEME_DIRECT_EMBEDDED
|
||||
# define GC2_JUST_MACROS_AND_TYPEDEFS
|
||||
# include "schemegc2.h"
|
||||
# endif
|
||||
# include "schemegc2.h"
|
||||
# else
|
||||
# include "../gc2/gc2.h"
|
||||
# endif
|
||||
|
|
|
@ -238,7 +238,6 @@ int MAIN(int argc, MAIN_char **MAIN_argv)
|
|||
|
||||
#ifdef DOS_FILE_SYSTEM
|
||||
/* Order matters: load dependencies first */
|
||||
load_delayed_dll("msvcr71.dll");
|
||||
# ifndef MZ_PRECISE_GC
|
||||
load_delayed_dll("libmzgcxxxxxxx.dll");
|
||||
# endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user