ds-store/alias: fix for non-Mac platforms

This commit is contained in:
Matthew Flatt 2013-09-11 07:58:04 -06:00
parent 160e5d3579
commit c5776e642f

View File

@ -23,7 +23,8 @@
CoreServices
(_fun _path _FSRef (_pointer = #f) -> (r : _int)
-> (unless (zero? r)
(error 'FSPathMakeRef "failed")))))
(error 'FSPathMakeRef "failed")))
make-unavailable))
(define FSNewAliasUnicode
(get-ffi-obj 'FSNewAliasUnicode
CoreServices