Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / string / strnicmp.c
index b19a8a8..190dad5 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <msvcrt/string.h>
-#include <msvcrt/ctype.h>
+#include <msvcrti.h>
+
 
 int _strnicmp(const char *s1, const char *s2, size_t n)
 {