aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
authorbellard <bellard>2004-10-07 21:11:43 +0000
committerbellard <bellard>2004-10-07 21:11:43 +0000
commit13affef3f1ea881fe0f8fd8a1075818d5e977673 (patch)
treee631f78c643fc2826bbe5acf582fd84c8dddebfd /tcc.c
parentc50af8399dcdf5ee6ddc4b08a9f35fbd6926691f (diff)
downloadtinycc-13affef3f1ea881fe0f8fd8a1075818d5e977673.tar.gz
tinycc-13affef3f1ea881fe0f8fd8a1075818d5e977673.tar.bz2
win32 configure
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tcc.c b/tcc.c
index 16a5918..563dc73 100644
--- a/tcc.c
+++ b/tcc.c
@@ -34,6 +34,7 @@
#include <time.h>
#ifdef WIN32
#include <sys/timeb.h>
+#define CONFIG_TCC_STATIC
#endif
#ifndef WIN32
#include <sys/time.h>
@@ -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 */