Nikolay Sivov : user32: Remove usp10 from delayed imports.

Alexandre Julliard julliard at winehq.org
Tue Nov 10 15:30:23 CST 2020


Module: wine
Branch: master
Commit: df0c5d23ef15d31a84daf78a8ab19406c1876894
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=df0c5d23ef15d31a84daf78a8ab19406c1876894

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Tue Nov 10 12:34:12 2020 +0300

user32: Remove usp10 from delayed imports.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/user32/Makefile.in b/dlls/user32/Makefile.in
index c371e1fc28e..49a52eeff32 100644
--- a/dlls/user32/Makefile.in
+++ b/dlls/user32/Makefile.in
@@ -3,7 +3,7 @@ MODULE    = user32.dll
 IMPORTLIB = user32
 IMPORTS   = setupapi gdi32 version sechost advapi32 kernelbase
 EXTRAINCL = $(PNG_CFLAGS)
-DELAYIMPORTS = hid imm32 usp10
+DELAYIMPORTS = hid imm32
 
 EXTRADLLFLAGS = -mno-cygwin
 




More information about the wine-cvs mailing list