mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
committed by
GitHub
parent
82c3facb65
commit
4c1edfb941
@@ -1,6 +1,4 @@
|
||||
module std::os::macos::cf;
|
||||
|
||||
$if env::os_is_darwin():
|
||||
module std::os::macos::cf @if(DARWIN_LIBC);
|
||||
|
||||
def CFTypeRef = distinct void*;
|
||||
def CFIndex = isz;
|
||||
@@ -12,5 +10,3 @@ struct CFRange
|
||||
|
||||
extern fn CFTypeRef _macos_CFRetain(CFTypeRef cf) @extern("CFRetain");
|
||||
extern fn void _macos_CFRelease(CFTypeRef cf) @extern("CFRelease");
|
||||
|
||||
$endif
|
||||
Reference in New Issue
Block a user