mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-04-24 02:43:19 +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;
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user