mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-04-23 18:33:18 +08:00
Explicit cast qwin10helpers.cpp GetProcAddress
This commit is contained in:
parent
ff167a036d
commit
f77cd07e31
@ -71,7 +71,7 @@ void * WIN_LoadComBaseFunction(const char *name)
|
||||
s_bLoaded = true;
|
||||
}
|
||||
if (s_hComBase) {
|
||||
return ::GetProcAddress(s_hComBase, name);
|
||||
return (void *) ::GetProcAddress(s_hComBase, name);
|
||||
} else {
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user