Update SbieAPI.cpp
This commit is contained in:
parent
28258f6be7
commit
e9886c1bca
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue