From 39a07cca58f5f4bd9b84827f2ad39bb1fa74fcc5 Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 6 Aug 2011 16:08:33 +0200 Subject: 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 --- tcc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tcc.h') 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 -#include #include #include /* open, close etc. */ #include /* getcwd */ -- cgit v1.3.1