Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / math / huge_val.c
index aaa50d0..eb7e218 100644 (file)
@@ -1,6 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
+#include <msvcrti.h>
 
-#include <msvcrt/internal/ieee.h>
 
-#undef _HUGE
-double_t _HUGE = { 0x00000, 0x00000, 0x7ff, 0x0 };
+double _HUGE = { 0x00000, 0x00000, 0x7ff, 0x0 };