From d22a78b69f9dd04ce99e2959f0a11b449f20e174 Mon Sep 17 00:00:00 2001 From: Mat Berchtold Date: Mon, 27 Mar 2023 12:21:59 +1100 Subject: Bug [#1923]. Remove dependence on MSIMG32.DLL on Win32 by replacing AlphaBlend by GdiAlphaBlend. --- 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 130a76ea6..9976fd72f 100644 --- a/win32/Scintilla.vcxproj +++ b/win32/Scintilla.vcxproj @@ -94,7 +94,7 @@ Windows true - gdi32.lib;imm32.lib;ole32.lib;oleaut32.lib;msimg32.lib;%(AdditionalDependencies) + gdi32.lib;imm32.lib;ole32.lib;oleaut32.lib;%(AdditionalDependencies) -- cgit v1.2.3