diff options
| author | grischka <grischka> | 2009-07-18 22:07:25 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-07-18 22:07:25 +0200 |
| commit | 1df662c1b094d250db0501cf31db83dc5f9060e4 (patch) | |
| tree | 61de457b79e72b5ef5eb5f0b918935e572f49dbc /tcc.h | |
| parent | 9fda4f4248f24ee3e9feb9204bd1ef035c4859da (diff) | |
| download | tinycc-1df662c1b094d250db0501cf31db83dc5f9060e4.tar.gz tinycc-1df662c1b094d250db0501cf31db83dc5f9060e4.tar.bz2 | |
tccpe: load dll on the fly
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -46,7 +46,6 @@ #include <direct.h> /* getcwd */ #define inline __inline #define inp next_inp -#define dlclose FreeLibrary #ifdef _MSC_VER #define __aligned(n) __declspec(align(n)) #endif |
