From 5c10bcc7ef9ca881b7d6d851992702bae53ff968 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Thu, 18 Apr 2024 09:32:10 +1000 Subject: Bug [#2321]. Scale reverse arrow cursor for margins to match other cursors. --- win32/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index 0ef6b23af..1760537c5 100644 --- a/win32/makefile +++ b/win32/makefile @@ -45,7 +45,7 @@ vpath %.h ../src ../include vpath %.cxx ../src LDFLAGS=-shared -static -mwindows -LIBS=-lgdi32 -luser32 -limm32 -lole32 -luuid -loleaut32 $(LIBSMINGW) +LIBS=-lgdi32 -luser32 -limm32 -lole32 -luuid -loleaut32 -ladvapi32 $(LIBSMINGW) INCLUDES=-I ../include -I ../src -- cgit v1.2.3