mirror of
https://github.com/reactos/reactos.git
synced 2025-05-13 14:20:31 +00:00
[SYSSETUP] Use the calculated full path
This commit is contained in:
parent
864e20b881
commit
1d68fe209f
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ RegisterTypeLibraries(HINF hinf, LPCWSTR szSection)
|
||||||
p = PathAddBackslash(szPath);
|
p = PathAddBackslash(szPath);
|
||||||
wcscpy(p, szName);
|
wcscpy(p, szName);
|
||||||
|
|
||||||
hmod = LoadLibraryW(szName);
|
hmod = LoadLibraryW(szPath);
|
||||||
if (hmod == NULL)
|
if (hmod == NULL)
|
||||||
{
|
{
|
||||||
FatalError("LoadLibraryW failed\n");
|
FatalError("LoadLibraryW failed\n");
|
||||||
|
|
Loading…
Reference in a new issue