v2.0 (build 639)

* Also fix a Syslinux/MinGW warning
This commit is contained in:
Pete Batard 2015-03-03 21:32:41 +00:00
parent 07bc55aed3
commit 80406bac08
3 changed files with 9 additions and 13 deletions

View file

@ -33,10 +33,6 @@
#define M_ERR(msg) (NtfsSectLastErrorMessage = (msg))
/*** Function declarations */
static DWORD NtfsSectGetVolumeHandle(
CHAR * VolumeName,
S_NTFSSECT_VOLINFO * VolumeInfo
);
static DWORD NtfsSectGetVolumePartitionLba(S_NTFSSECT_VOLINFO * VolumeInfo);
/*** Objects */