compiler: Added (u)intsize to map to size_t; Updated C prototypes to use it; Fixed...
[sdk] / ecere / src / gui / skins / WindowsSkin.ec
index 128efdc..a1cf256 100644 (file)
@@ -2,9 +2,11 @@
 #define WIN32_LEAN_AND_MEAN
 #define String _String
 #define Method _Method
+#define strlen _strlen
 #include <windows.h>
 #undef Method
 #undef String
+#undef strlen
 #endif
 
 import "Window"