[FREELDR]: Gently merge my local changes, part 1/x:
[reactos.git] / reactos / boot / freeldr / freeldr / disk / disk.c
index 79c014d..4cdf12f 100644 (file)
@@ -102,7 +102,7 @@ BOOLEAN DiskIsDriveRemovable(UCHAR DriveNumber)
 }
 
 BOOLEAN
-DiskGetBootPath(char *BootPath, unsigned Size)
+DiskGetBootPath(OUT PCHAR BootPath, IN ULONG Size)
 {
     static char Path[] = "multi(0)disk(0)";
     char Device[4];