From 4018095024104c83cdbd7c9ddec266e2442c659b Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 16 Jun 2011 17:06:16 +0300 Subject: Link with user32 for Windows --- hwpfilter/Library_hwp.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'hwpfilter/Library_hwp.mk') diff --git a/hwpfilter/Library_hwp.mk b/hwpfilter/Library_hwp.mk index 321d4bee411d..d6096a4b4ef8 100644 --- a/hwpfilter/Library_hwp.mk +++ b/hwpfilter/Library_hwp.mk @@ -61,6 +61,7 @@ ifeq ($(OS),WNT) $(eval $(call gb_Library_add_linked_libs,hwp,\ ole32 \ + user32 \ uuid \ )) -- cgit