Skip to content

Commit

Permalink
std/c/darwin.zig: forgot to commit this guy -- CoreFoundation/CFRunLo…
Browse files Browse the repository at this point in the history
…op.h;
  • Loading branch information
kristate committed Aug 7, 2018
1 parent 0b801fe commit 30865ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions std/c/darwin.zig
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
pub const CFRunLoop = @cImport({
@cInclude("CoreFoundation/CFRunLoop.h");
});

extern "c" fn __error() *c_int;
pub extern "c" fn _NSGetExecutablePath(buf: [*]u8, bufsize: *u32) c_int;

Expand Down

0 comments on commit 30865ef

Please sign in to comment.