--- trunk/reactos/lib/fslib/vfatxlib/fatx.c 2005-01-25 22:10:39 UTC (rev 13286)
+++ trunk/reactos/lib/fslib/vfatxlib/fatx.c 2005-01-25 22:36:28 UTC (rev 13287)
@@ -90,7 +90,7 @@
return Status;
}
- UpdateProgress (Context, 1);
+ VfatxUpdateProgress (Context, 1);
/* Free the new boot sector */
RtlFreeHeap(RtlGetProcessHeap(), 0, NewBootSector);
@@ -148,7 +148,7 @@
return(Status);
}
- UpdateProgress (Context, 1);
+ VfatxUpdateProgress (Context, 1);
/* Zero the begin of the buffer */
memset(Buffer, 0, 4);
@@ -180,7 +180,7 @@
return(Status);
}
- UpdateProgress (Context, Sectors);
+ VfatxUpdateProgress (Context, Sectors);
}
/* Free the buffer */
@@ -241,7 +241,7 @@
return(Status);
}
- UpdateProgress (Context, 1);
+ VfatxUpdateProgress (Context, 1);
/* Zero the begin of the buffer */
memset(Buffer, 0, 8);
@@ -274,7 +274,7 @@
return(Status);
}
- UpdateProgress (Context, Sectors);
+ VfatxUpdateProgress (Context, Sectors);
}
/* Free the buffer */
--- trunk/reactos/lib/fslib/vfatxlib/vfatxlib.h 2005-01-25 22:10:39 UTC (rev 13286)
+++ trunk/reactos/lib/fslib/vfatxlib/vfatxlib.h 2005-01-25 22:36:28 UTC (rev 13287)
@@ -39,7 +39,7 @@
PFORMAT_CONTEXT Context);
VOID
-UpdateProgress (PFORMAT_CONTEXT Context,
- ULONG Increment);
+VfatxUpdateProgress (PFORMAT_CONTEXT Context,
+ ULONG Increment);
/* EOF */