[FMIFS]
[reactos.git] / reactos / dll / win32 / fmifs / format.c
index 5aab024..9aed419 100644 (file)
@@ -23,6 +23,13 @@ Format(
     IN BOOLEAN QuickFormat,
     IN PFMIFSCALLBACK Callback)
 {
+    FormatEx(DriveRoot,
+             MediaFlag,
+             Format,
+             Label,
+             QuickFormat,
+             0,
+             Callback);
 }
 
 /* FMIFS.7 */