msvcp80: Use LoadLibraryA as msvcp90 might not yet or ever be loaded.
This commit is contained in:
parent
a2534f9b6d
commit
2c05f0044c
@ -104,7 +104,7 @@ static MSVCP_size_t (CDECL *pnumpunct_short__Getcat)(const struct locale_facet**
|
||||
|
||||
static BOOL init_funcs(void)
|
||||
{
|
||||
HMODULE hmod = GetModuleHandleA("msvcp90.dll");
|
||||
HMODULE hmod = LoadLibraryA("msvcp90.dll");
|
||||
if(!hmod)
|
||||
return FALSE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user