Bug 823924 - Don't hardcode system directory when loading WMF libraries r=paul

This commit is contained in:
Jacek Caban 2012-12-27 15:03:55 +01:00
parent 608c3c6165
commit a8d8dffa03

View File

@ -210,10 +210,10 @@ struct WMFModule {
};
static WMFModule sDLLs[] = {
{ "C:\\Windows\\system32\\mfplat.dll", NULL },
{ "C:\\Windows\\system32\\mfreadwrite.dll", NULL },
{ "C:\\Windows\\system32\\propsys.dll", NULL },
{ "C:\\Windows\\system32\\mf.dll", NULL },
{ "mfplat.dll", NULL },
{ "mfreadwrite.dll", NULL },
{ "propsys.dll", NULL },
{ "mf.dll", NULL }
};
HRESULT