update for HEAD-2003021201
[reactos.git] / include / win32k / math.h
index fcb0e32..81a7f66 100644 (file)
@@ -42,7 +42,7 @@ extern "C" {
  *
  * NOTE: The CRTDLL version uses _HUGE_dll instead.
  */
-#if __MSVCRT__
+#ifdef __MSVCRT__
 extern double* __imp__HUGE;
 #define        HUGE_VAL        (*__imp__HUGE)
 #else