new vocab windows.gdiplus: bindings to GDI+ (not tested yet)
parent
5c95d90da3
commit
cd183a24b4
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
||||||
|
windows
|
|
@ -12,6 +12,7 @@ USING: alien sequences alien.libraries ;
|
||||||
{ "libm" "msvcrt.dll" cdecl }
|
{ "libm" "msvcrt.dll" cdecl }
|
||||||
{ "gl" "opengl32.dll" stdcall }
|
{ "gl" "opengl32.dll" stdcall }
|
||||||
{ "glu" "glu32.dll" stdcall }
|
{ "glu" "glu32.dll" stdcall }
|
||||||
|
{ "gdiplus" "gdiplus.dll" stdcall }
|
||||||
{ "ole32" "ole32.dll" stdcall }
|
{ "ole32" "ole32.dll" stdcall }
|
||||||
{ "usp10" "usp10.dll" stdcall }
|
{ "usp10" "usp10.dll" stdcall }
|
||||||
{ "psapi" "psapi.dll" stdcall }
|
{ "psapi" "psapi.dll" stdcall }
|
||||||
|
|
Loading…
Reference in New Issue