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