Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / string / strlwr.c
index 131ec3f..55a017b 100644 (file)
@@ -7,9 +7,8 @@
  * Copyright 1996 Jukka Iivonen
  * Copyright 1997 Uwe Bonnes
  */
+#include <msvcrti.h>
 
-#include <msvcrt/string.h>
-#include <msvcrt/ctype.h>
 
 char * _strlwr(char *x)
 {