Additional change to 9fc4aaa

This commit is contained in:
Birunthan Mohanathas 2013-11-29 18:58:29 +02:00
parent e2120c4242
commit 625a25e015
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ HINSTANCE LoadRainmeterLibrary()
PathRemoveFileSpec(path);
PathAppend(path, L"Runtime");
SetDllDirectory(path);
PathAppend(path, L"msvcp110.dll");
PathAppend(path, L"msvcp120.dll");
// Loading msvcpNNN.dll will load msvcrNNN.dll as well.
HINSTANCE msvcrDll = LoadLibrary(path);

View File

@ -70,7 +70,7 @@ HINSTANCE LoadSkinInstallerLibrary()
PathRemoveFileSpec(path);
PathAppend(path, L"Runtime");
SetDllDirectory(path);
PathAppend(path, L"msvcp110.dll");
PathAppend(path, L"msvcp120.dll");
// Loading msvcpNNN.dll will load msvcrNNN.dll as well.
HINSTANCE msvcrDll = LoadLibrary(path);