* Sync to trunk HEAD (r53318).
[reactos.git] / boot / freeldr / freeldr / include / reactos.h
index 82e23ab..c31c0ca 100644 (file)
@@ -81,9 +81,9 @@ DissectArcPath2(
     OUT ULONG* z,
     OUT ULONG* Partition,
     OUT ULONG *PathSyntax);
-BOOLEAN DissectArcPath(CHAR *ArcPath, CHAR *BootPath, ULONG* BootDrive, ULONG* BootPartition);
-VOID ConstructArcPath(PCHAR ArcPath, PCHAR SystemFolder, ULONG Disk, ULONG Partition);
-ULONG ConvertArcNameToBiosDriveNumber(PCHAR ArcPath);
+BOOLEAN DissectArcPath(CHAR *ArcPath, CHAR *BootPath, UCHAR* BootDrive, ULONG* BootPartition);
+VOID ConstructArcPath(PCHAR ArcPath, PCHAR SystemFolder, UCHAR Disk, ULONG Partition);
+UCHAR ConvertArcNameToBiosDriveNumber(PCHAR ArcPath);
 
 ///////////////////////////////////////////////////////////////////////////////////////
 //