]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/com/com.factor
windows.gdiplus: clean up so it loads
[factor.git] / basis / windows / com / com.factor
index 094859009d75737f2238cb026b30767957fd3125..bdc055f787f52d6a63bae5b9f51ef83be2296d58 100644 (file)
@@ -51,3 +51,7 @@ FUNCTION: void ReleaseStgMedium ( LPSTGMEDIUM pmedium ) ;
     over [ com-release ] curry [ ] cleanup ; inline
 
 DESTRUCTOR: com-release
+
+! XXX interfaces used by other libraries that should be fleshed out
+C-TYPE: IStream
+