From 13affef3f1ea881fe0f8fd8a1075818d5e977673 Mon Sep 17 00:00:00 2001 From: bellard Date: Thu, 7 Oct 2004 21:11:43 +0000 Subject: win32 configure --- tcc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tcc.c') diff --git a/tcc.c b/tcc.c index 16a5918..563dc73 100644 --- a/tcc.c +++ b/tcc.c @@ -34,6 +34,7 @@ #include #ifdef WIN32 #include +#define CONFIG_TCC_STATIC #endif #ifndef WIN32 #include @@ -85,13 +86,11 @@ #define TCC_TARGET_COFF #endif -#if !defined(WIN32) #define FALSE 0 #define false 0 #define TRUE 1 #define true 1 typedef int BOOL; -#endif /* path to find crt1.o, crti.o and crtn.o. Only needed when generating executables or dlls */ -- cgit v1.3.1