aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorgrischka <grischka>2011-08-06 16:08:33 +0200
committergrischka <grischka>2011-08-06 16:11:58 +0200
commit39a07cca58f5f4bd9b84827f2ad39bb1fa74fcc5 (patch)
tree925ab6989c781f6bacbd961c97cf9ba4b31499c6 /tcc.h
parent5e5e29f8fd7ffb51e916a9ead3943fa2707fb530 (diff)
downloadtinycc-39a07cca58f5f4bd9b84827f2ad39bb1fa74fcc5.tar.gz
tinycc-39a07cca58f5f4bd9b84827f2ad39bb1fa74fcc5.tar.bz2
tcc: fix -m32/64 & simplify
This cleans up the mess from commit 8f985736580926ac53dc367fc293524bf2810cbb and preceeding. - make tcc -m64 work on windows - execvp on windows returns 0 always, replace by spawnvp - remove bizarre support for i386-win32-tcc -m64
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcc.h b/tcc.h
index b0c516c..94afba4 100644
--- a/tcc.h
+++ b/tcc.h
@@ -44,7 +44,6 @@
#ifdef _WIN32
#include <windows.h>
-#include <process.h>
#include <sys/timeb.h>
#include <io.h> /* open, close etc. */
#include <direct.h> /* getcwd */