Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / stdlib / wcstom.c
index ce3921d..a9f4c30 100644 (file)
@@ -1,4 +1,5 @@
-#include <msvcrt/stdlib.h>
+#include <msvcrti.h>
+
 
 size_t wcstombs (char* mbsDest, const wchar_t* wsConvert, size_t size)
 {