[PATCH v2 3/4] hidclass.sys: change to IMPORTS from DELAYIMPORTS

Jordan Coppard jordan at niau.io
Mon Jul 27 06:22:19 CDT 2020


Using DELAYIMPORTS is breaking startup of some applications.
After discussion in #winehackers IRC, it was remarked that
there is no good reason to keep setupapi under DELAYIMPORTS,
thus I have moved all occurrences of it to IMPORTS instead.

Signed-off-by: Jordan Coppard <jordan at niau.io>
---
v2: seperate commits to lower scope
---
 dlls/hidclass.sys/Makefile.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dlls/hidclass.sys/Makefile.in b/dlls/hidclass.sys/Makefile.in
index be4af74785..4cb9cd2514 100644
--- a/dlls/hidclass.sys/Makefile.in
+++ b/dlls/hidclass.sys/Makefile.in
@@ -1,7 +1,6 @@
 MODULE    = hidclass.sys
 IMPORTLIB = hidclass
-IMPORTS   = hal ntoskrnl
-DELAYIMPORTS = setupapi hid
+IMPORTS   = hal ntoskrnl setupapi hid
 
 EXTRADLLFLAGS = -mno-cygwin
 
-- 
2.27.0




More information about the wine-devel mailing list