diff options
author | Zufu Liu <unknown> | 2024-04-18 09:32:10 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2024-04-18 09:32:10 +1000 |
commit | 5c10bcc7ef9ca881b7d6d851992702bae53ff968 (patch) | |
tree | e0f0824e73f51c7c6bf912c5f8ce73bf66b5672a /win32/makefile | |
parent | c802a109fd6d4f40434a600216d6ae622f0633c6 (diff) | |
download | scintilla-mirror-5c10bcc7ef9ca881b7d6d851992702bae53ff968.tar.gz |
Bug [#2321]. Scale reverse arrow cursor for margins to match other cursors.
Diffstat (limited to 'win32/makefile')
-rw-r--r-- | win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |