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
This commit is contained in:
grischka
2009-07-06 21:34:22 +02:00
committed by unknown
parent bed17847bd
commit 370cdeb628
4 changed files with 42 additions and 68 deletions

1
tcc.h
View File

@ -46,6 +46,7 @@
#include <direct.h> /* getcwd */
#define inline __inline
#define inp next_inp
#define dlclose FreeLibrary
#endif
#ifndef _WIN32