X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=compiler%2Fbootstrap%2Finclude%2Fstdlib.h;h=850c46fa778dd0904f89a80ee34ec6aaa111b0b2;hb=6007a6fa98603324f172f760ddb594b8ef0cb48d;hp=b63440ba2ce820fba2de5d08051c9e134291d371;hpb=e9e01f2469c7146caee71e28071701886d78846c;p=sdk diff --git a/compiler/bootstrap/include/stdlib.h b/compiler/bootstrap/include/stdlib.h index b63440b..850c46f 100644 --- a/compiler/bootstrap/include/stdlib.h +++ b/compiler/bootstrap/include/stdlib.h @@ -2,15 +2,7 @@ #define BSL_STDLIB_H // For now, until we add uintsize -#ifdef __MINGW32__ -#ifdef _WIN64 -typedef long long unsigned int size_t; -#else -typedef unsigned int size_t; -#endif -#else typedef uintptr size_t; -#endif /* #include