Commit abd0c343 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

imagehlp/tests: Use BOOL type where appropriate.

parent 7e632006
......@@ -178,7 +178,8 @@ static void test_get_certificate(char *cert_data, int index)
HANDLE hFile;
LPWIN_CERTIFICATE cert;
DWORD cert_len = 0;
DWORD err, ret;
DWORD err;
BOOL ret;
hFile = CreateFileA(test_dll_path, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment