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/Scintilla.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/Scintilla.vcxproj') diff --git a/win32/Scintilla.vcxproj b/win32/Scintilla.vcxproj index 4e4024234..3a416b053 100644 --- a/win32/Scintilla.vcxproj +++ b/win32/Scintilla.vcxproj @@ -95,7 +95,7 @@ Windows true - gdi32.lib;imm32.lib;ole32.lib;oleaut32.lib;%(AdditionalDependencies) + gdi32.lib;imm32.lib;ole32.lib;oleaut32.lib;advapi32.lib;%(AdditionalDependencies) -- cgit v1.2.3