]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/gdiplus/gdiplus.factor
images.gdiplus, windows.gdiplus, windows.streams: update for change to with-out-param...
[factor.git] / basis / windows / gdiplus / gdiplus.factor
index 66300f9a90a461db973bc1e69638f6d50372b9c0..6978381b705cb7dae81207b4bbaf0a6ac8d6d75a 100644 (file)
@@ -1640,7 +1640,7 @@ CONSTANT: standard-gdi+-startup-input
 
 : (start-gdi+) ( startup-input -- token startup-output )
     { ULONG_PTR GdiplusStartupOutput }
-    [ swapd GdiplusStartup check-gdi+-status ] [ ] with-out-parameters ;
+    [ swapd GdiplusStartup check-gdi+-status ] with-out-parameters ;
 : start-gdi+ ( -- token )
     standard-gdi+-startup-input (start-gdi+) drop ; inline
 : stop-gdi+ ( token -- )