aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorgrischka <grischka>2009-07-06 21:34:22 +0200
committerunknown <gr@.(none)>2009-07-18 21:55:15 +0200
commit370cdeb628968fe1c9a53dbea0aae12c77008b67 (patch)
treed187c5951848966a82f3a2c11ae9a2f2b17ecfbf /tcc.h
parentbed17847bdfa872e219a12237e06df83e464bdba (diff)
downloadtinycc-370cdeb628968fe1c9a53dbea0aae12c77008b67.tar.gz
tinycc-370cdeb628968fe1c9a53dbea0aae12c77008b67.tar.bz2
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
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 6166dd0..60da4fa 100644
--- a/tcc.h
+++ b/tcc.h
@@ -46,6 +46,7 @@
#include <direct.h> /* getcwd */
#define inline __inline
#define inp next_inp
+#define dlclose FreeLibrary
#endif
#ifndef _WIN32