compiler/bootstrap: Reverted to using 'uintptr' for bootstrap; Hardcoding FileListing...
[sdk] / compiler / bootstrap / include / stdlib.h
index b63440b..850c46f 100644 (file)
@@ -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 <stddef.h>