From 370cdeb628968fe1c9a53dbea0aae12c77008b67 Mon Sep 17 00:00:00 2001 From: grischka Date: Mon, 6 Jul 2009 21:34:22 +0200 Subject: tccpe: build IAT vector with with -run too This prepares for x86_64 where we need the vector for far jumps. Also, resolve DLL symbols in place --- tcc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index 6166dd0..60da4fa 100644 --- a/tcc.h +++ b/tcc.h @@ -46,6 +46,7 @@ #include /* getcwd */ #define inline __inline #define inp next_inp +#define dlclose FreeLibrary #endif #ifndef _WIN32 -- cgit v1.3.1