From 3616f932508856a576acb0ebeaade8f241d95756 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sat, 27 Aug 2011 13:52:20 -0700 Subject: [PATCH] windows: merge library manifest from old windows.nt in Blei/gtk-image-loader --- basis/windows/windows.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/basis/windows/windows.factor b/basis/windows/windows.factor index 4996d55f2e..f3bf040bcb 100644 --- a/basis/windows/windows.factor +++ b/basis/windows/windows.factor @@ -17,6 +17,7 @@ CONSTANT: MAX_UNICODE_PATH 32768 { "iphlpapi" "iphlpapi.dll" stdcall } { "libc" "msvcrt.dll" cdecl } { "libm" "msvcrt.dll" cdecl } + { "gdiplus" "gdiplus.dll" stdcall } { "gl" "opengl32.dll" stdcall } { "glu" "glu32.dll" stdcall } { "ole32" "ole32.dll" stdcall } -- 2.34.1