kernelbase: Silence -Wsometimes-uninitialized clang warning.
This commit is contained in:
parent
df0726e359
commit
2765825c9e
1 changed files with 1 additions and 1 deletions
|
@ -1428,7 +1428,7 @@ DWORD WINAPI DECLSPEC_HOTPATCH GetModuleFileNameExW( HANDLE process, HMODULE mod
|
|||
WCHAR *name, DWORD size )
|
||||
{
|
||||
BOOL wow64, found = FALSE;
|
||||
DWORD len;
|
||||
DWORD len = 0;
|
||||
|
||||
if (!size) return 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue