mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-28 21:54:15 -04:00
[core] use custom partition type for old BIOS fix
* We will need that when we fix #191 * Also improve make sys_types.h more comprehensive and fix a small loc issue
This commit is contained in:
parent
945194eebd
commit
db41c1e63e
5 changed files with 91 additions and 49 deletions
|
@ -22,6 +22,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define RUFUS_EXTRA_PARTITION_TYPE 0xea
|
||||
|
||||
char* GetPhysicalName(DWORD DriveIndex);
|
||||
HANDLE GetPhysicalHandle(DWORD DriveIndex, BOOL bWriteAccess, BOOL bLockDrive);
|
||||
char* GetLogicalName(DWORD DriveIndex, BOOL bKeepTrailingBackslash, BOOL bSilent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue