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