Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / mbstring / mbsncmp.c
index 8e1011b..4ff3f64 100644 (file)
@@ -7,8 +7,8 @@
  * UPDATE HISTORY:
  *              12/04/99: Created
  */
+#include <msvcrti.h>
 
-#include <msvcrt/mbstring.h>
 
 int _mbsncmp(const unsigned char *str1, const unsigned char *str2, size_t n)
 {