https://git.reactos.org/?p=reactos.git;a=commitdiff;h=76224b711bc3c43c5ff6961f08650fdc335f2b82

commit 76224b711bc3c43c5ff6961f08650fdc335f2b82
Author:     Eric Kohl <[email protected]>
AuthorDate: Sun Jun 16 23:58:29 2019 +0200
Commit:     Eric Kohl <[email protected]>
CommitDate: Sun Jun 16 23:59:53 2019 +0200

    [MEDIA] Add netcfgx.dll to the EarlyRegisterDll list so that we can use it 
in the 2nd install phase.
---
 media/inf/syssetup.inf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media/inf/syssetup.inf b/media/inf/syssetup.inf
index 3d12be6bfdc..249956de9d1 100644
--- a/media/inf/syssetup.inf
+++ b/media/inf/syssetup.inf
@@ -37,6 +37,7 @@ RegisterDlls = EarlyRegisterDlls
 [EarlyRegisterDlls]
 11,,comctl32.dll,2
 11,,ole32.dll,1
+11,,netcfgx.dll,1
 
 [RegistrationPhase2]
 RegisterDlls = OleControlDlls
@@ -84,7 +85,6 @@ AddReg=Classes
 11,,msxml3.dll,1
 11,,msxml4.dll,1
 11,,msxml6.dll,1
-11,,netcfgx.dll,1
 11,,netshell.dll,1
 11,,ntobjshex.dll,1
 11,,objsel.dll,1

Reply via email to