Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / mbstring / mbschr.c
index 70c4c67..489d7ba 100644 (file)
@@ -1,4 +1,5 @@
-#include <msvcrt/string.h>
+#include <msvcrti.h>
+
 
 unsigned char * _mbschr(const unsigned char *str, unsigned int c)
 {