aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authorMat Berchtold <unknown>2023-03-27 12:21:59 +1100
committerMat Berchtold <unknown>2023-03-27 12:21:59 +1100
commitd22a78b69f9dd04ce99e2959f0a11b449f20e174 (patch)
tree3a8f927cc8b57ff05a5bf83ecbb061d5d2ebb088 /win32/makefile
parent624f7c4c5d56bb5ef13fe59ceaa985c56e4a424a (diff)
downloadscintilla-mirror-d22a78b69f9dd04ce99e2959f0a11b449f20e174.tar.gz
Bug [#1923]. Remove dependence on MSIMG32.DLL on Win32 by replacing AlphaBlend
by GdiAlphaBlend.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile
index 4899c7ab0..e2cd4ce50 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 -lmsimg32 $(LIBSMINGW)
+LIBS=-lgdi32 -luser32 -limm32 -lole32 -luuid -loleaut32 $(LIBSMINGW)
INCLUDES=-I ../include -I ../src