Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / stdlib / strtoull.c
index ec9f852..51ea86d 100644 (file)
@@ -1,10 +1,7 @@
 /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <limits.h>
-#include <msvcrt/ctype.h>
-#include <msvcrt/errno.h>
-#include <msvcrt/stdlib.h>
-//#include <msvcrt/unconst.h>
+#include <msvcrti.h>
+
 
 /*
  * Convert a string to an unsigned long integer.