msvcp80: Use LoadLibraryA as msvcp90 might not yet or ever be loaded.

This commit is contained in:
Ričardas Barkauskas 2012-09-26 23:27:49 +03:00 committed by Alexandre Julliard
parent a2534f9b6d
commit 2c05f0044c

View File

@ -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;