]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/file-picker/windows/windows.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / extra / file-picker / windows / windows.factor
index 8e83539fe7c1d93ae82127135228faefeef6bf07..dcb564290017531398bdd5aca97ae14946861666 100644 (file)
@@ -61,7 +61,7 @@ FUNCTION: BOOL SHGetPathFromIDList (
 
 M: windows open-file-dialog
     [
-        BROWSEINFO <struct>
+        BROWSEINFO new
             GetDesktopWindow >>hwndOwner
             "Select a file or folder" utf8 malloc-string &free >>lpszTitle
             BIF_BROWSEINCLUDEFILES >>ulFlags