mirror of
https://github.com/reactos/wine.git
synced 2025-01-22 11:54:47 +00:00
imagehlp/tests: Use BOOL type where appropriate.
This commit is contained in:
parent
7e63200672
commit
abd0c343fc
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user