X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fio%2Ffiles%2Ftrash%2Fmacosx%2Fmacosx.factor;h=61bd4812f96fd8e58d6156f0c6bbed051df9649e;hp=42a1509993a9f59c3214ee123c3b757c18db84ee;hb=943596575ad294c074dfa381b70af74dba5992b1;hpb=e738c7206c32bd9b76f3cee31e950835e1b1ee24 diff --git a/extra/io/files/trash/macosx/macosx.factor b/extra/io/files/trash/macosx/macosx.factor index 42a1509993..61bd4812f9 100644 --- a/extra/io/files/trash/macosx/macosx.factor +++ b/extra/io/files/trash/macosx/macosx.factor @@ -17,14 +17,14 @@ TYPEDEF: UInt32 OptionBits CONSTANT: noErr 0 -CONSTANT: kFSFileOperationDefaultOptions HEX: 00 -CONSTANT: kFSFileOperationOverwrite HEX: 01 -CONSTANT: kFSFileOperationSkipSourcePermissionErrors HEX: 02 -CONSTANT: kFSFileOperationDoNotMoveAcrossVolumes HEX: 04 -CONSTANT: kFSFileOperationSkipPreflight HEX: 08 - -CONSTANT: kFSPathMakeRefDefaultOptions HEX: 00 -CONSTANT: kFSPathMakeRefDoNotFollowLeafSymlink HEX: 01 +CONSTANT: kFSFileOperationDefaultOptions 0x00 +CONSTANT: kFSFileOperationOverwrite 0x01 +CONSTANT: kFSFileOperationSkipSourcePermissionErrors 0x02 +CONSTANT: kFSFileOperationDoNotMoveAcrossVolumes 0x04 +CONSTANT: kFSFileOperationSkipPreflight 0x08 + +CONSTANT: kFSPathMakeRefDefaultOptions 0x00 +CONSTANT: kFSPathMakeRefDoNotFollowLeafSymlink 0x01 FUNCTION: OSStatus FSMoveObjectToTrashSync ( FSRef* source,