mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Fix build
svn path=/trunk/; revision=54705
This commit is contained in:
@@ -245,7 +245,7 @@ ChkDskNow(HWND hwndDlg, PFORMAT_DRIVE_CONTEXT pContext)
|
||||
{
|
||||
DWORD ClusterSize = 0;
|
||||
WCHAR szFs[30];
|
||||
WCHAR szDrive[] = L"C:\\"
|
||||
WCHAR szDrive[] = L"C:\\";
|
||||
ULARGE_INTEGER TotalNumberOfFreeBytes, FreeBytesAvailableUser;
|
||||
BOOLEAN bCorrectErrors = FALSE, bScanDrive = FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user