From 4f3e9f30a0a05a18d39161fda5f271f9b6f2a029 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 22 Sep 2011 15:46:15 +0300 Subject: Always link with user32 --- sc/Library_scui.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc/Library_scui.mk') diff --git a/sc/Library_scui.mk b/sc/Library_scui.mk index f57673483f71..c82732ade043 100644 --- a/sc/Library_scui.mk +++ b/sc/Library_scui.mk @@ -118,10 +118,7 @@ $(eval $(call gb_Library_add_exception_objects,scui,\ ifeq ($(OS),WNT) $(eval $(call gb_Library_add_linked_libs,scui,\ advapi32 \ - kernel32 \ - msvcrt \ $(gb_Library_win32_OLDNAMES) \ - user32 \ uwinapi \ )) endif -- cgit