Commit 2c05f004 authored by Ričardas Barkauskas's avatar Ričardas Barkauskas Committed by Alexandre Julliard

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

parent a2534f9b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment