[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:
Pete Batard 2014-01-14 20:10:09 +00:00
parent 945194eebd
commit db41c1e63e
5 changed files with 91 additions and 49 deletions

View file

@ -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);