compiler: Added (u)intsize to map to size_t; Updated C prototypes to use it; Fixed...
[sdk] / ecere / src / sys / GlobalAppSettings.ec
index f449cef..1944fbe 100644 (file)
@@ -4,8 +4,10 @@ namespace sys;
 #define WIN32_LEAN_AND_MEAN
 #define UNICODE
 #define String String_
+#define strlen _strlen
 #include <windows.h>
 #undef String
+#undef strlen
 #endif
 
 import "System"