Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / ctype / isprint.c
index 8c6dbf5..e9bead8 100644 (file)
@@ -1,5 +1,6 @@
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
-#include <msvcrt/ctype.h>
+#include <msvcrti.h>
+
 
 #undef isprint
 int isprint(int c)