mirror of
https://github.com/reactos/reactos.git
synced 2026-05-29 21:19:51 +08:00
[SYSSETUP] Use the calculated full path
This commit is contained in:
@@ -467,7 +467,7 @@ RegisterTypeLibraries(HINF hinf, LPCWSTR szSection)
|
||||
p = PathAddBackslash(szPath);
|
||||
wcscpy(p, szName);
|
||||
|
||||
hmod = LoadLibraryW(szName);
|
||||
hmod = LoadLibraryW(szPath);
|
||||
if (hmod == NULL)
|
||||
{
|
||||
FatalError("LoadLibraryW failed\n");
|
||||
|
||||
Reference in New Issue
Block a user