Merge CRT changes from cmake branch (mainly MSVC compilation fixes)
[reactos.git] / reactos / lib / sdk / crt / math / modf.c
index 8212070..c6d9592 100644 (file)
@@ -9,8 +9,9 @@
  * is preserved.
  * ====================================================
  */
-
+#define modfl _dummy_modfl
 #include <precomp.h>
+#undef modfl
 
 //static const double one = 1.0;