update for HEAD-2003091401
[reactos.git] / subsys / win32k / misc / math.c
index ca4c659..4138834 100644 (file)
@@ -237,7 +237,11 @@ int mod(int num, int denom)
   return dvt.rem;
 }
 
-//FIXME! Is there a better algorithm. like FT_MulDiv
+/*
+ * FIXME! Is there a better algorithm. like FT_MulDiv
+ *
+ * @implemented
+ */
 INT STDCALL EngMulDiv(
             INT nMultiplicand,
             INT nMultiplier,