fix post-install gc2.h include, no explicit load of msvcr71.dll

svn: r1762
This commit is contained in:
Matthew Flatt 2006-01-04 21:53:10 +00:00
parent 4478174a46
commit f0059665b6
3 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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