From: Joe Groff Date: Sat, 27 Aug 2011 20:52:20 +0000 (-0700) Subject: windows: merge library manifest from old windows.nt in Blei/gtk-image-loader X-Git-Tag: 0.97~4241^2~2 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=3616f932508856a576acb0ebeaade8f241d95756 windows: merge library manifest from old windows.nt in Blei/gtk-image-loader --- 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 }