summaryrefslogtreecommitdiff
path: root/shell/qa/zip/ziptest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/qa/zip/ziptest.cxx')
-rw-r--r--shell/qa/zip/ziptest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/qa/zip/ziptest.cxx b/shell/qa/zip/ziptest.cxx
index f76acf7c916c..7af18912abd2 100644
--- a/shell/qa/zip/ziptest.cxx
+++ b/shell/qa/zip/ziptest.cxx
@@ -76,7 +76,7 @@ Test::Test() : documentName(), pStream(nullptr)
LPVOID pvData = GlobalLock(hGlobal);
DWORD dwBytesRead = 0;
- BOOL bRead = ReadFile(hFile, pvData, dwFileSize, &dwBytesRead, nullptr);
+ bool bRead = ReadFile(hFile, pvData, dwFileSize, &dwBytesRead, nullptr);
CPPUNIT_ASSERT_MESSAGE("FileStream: ReadFile error.", bRead);
GlobalUnlock(hGlobal);
CloseHandle(hFile);