new vocab windows.gdiplus: bindings to GDI+ (not tested yet)

db4
Joe Groff 2010-06-28 11:33:25 -07:00
parent 5c95d90da3
commit cd183a24b4
3 changed files with 1612 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
windows

View File

@ -12,6 +12,7 @@ USING: alien sequences alien.libraries ;
{ "libm" "msvcrt.dll" cdecl }
{ "gl" "opengl32.dll" stdcall }
{ "glu" "glu32.dll" stdcall }
{ "gdiplus" "gdiplus.dll" stdcall }
{ "ole32" "ole32.dll" stdcall }
{ "usp10" "usp10.dll" stdcall }
{ "psapi" "psapi.dll" stdcall }