Update SbieAPI.cpp

This commit is contained in:
DavidXanatos 2023-05-15 20:08:09 +02:00
parent 28258f6be7
commit e9886c1bca
1 changed files with 1 additions and 9 deletions

View File

@ -832,14 +832,6 @@ void CSbieAPI::OnReloadConfig()
ReloadConfig();
}
typedef struct _FILE_FS_VOLUME_INFORMATION {
LARGE_INTEGER VolumeCreationTime;
ULONG VolumeSerialNumber;
ULONG VolumeLabelLength;
BOOLEAN SupportsObjects;
WCHAR VolumeLabel[1];
} FILE_FS_VOLUME_INFORMATION, *PFILE_FS_VOLUME_INFORMATION;
extern "C" {
NTSTATUS NTAPI RtlSetThreadErrorMode(IN ULONG NewMode, OUT PULONG OldMode);
}
@ -2773,4 +2765,4 @@ SB_RESULT(int) CSbieAPI::RunUpdateUtility(const QStringList& Params, quint32 Ele
free(rpl);
return CSbieResult<int>((int)ExitCode);
}
}