images.loader.gdiplus: use foo <c-direct-array> instead of <direct-foo-array>.

db4
John Benediktsson 2014-11-29 18:58:42 -08:00
parent d21ce7aa1c
commit ed5eb5f644
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ ERROR: unsupported-pixel-format component-order ;
: image-encoders ( -- codec-infos )
image-encoders-size dup <byte-array> 3dup
GdipGetImageEncoders check-gdi+-status
nip swap <direct-ImageCodecInfo-array> ;
nip swap ImageCodecInfo <c-direct-array> ;
: extension>mime-type ( extension -- mime-type )
! Crashes if you let this mime through on my machine.