mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 09:51:03 +08:00
[CERTUTIL] Improve imports and fix x64 build warning
certutil\asn.cpp(224): warning C4267: 'initializing': conversion from 'size_t' to 'DWORD', possible loss of data
This commit is contained in:
@@ -84,4 +84,3 @@ BOOL hash_file(LPCWSTR Filename)
|
||||
CloseHandle(hFile);
|
||||
return bSuccess;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user