mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: native rendering mode on macOS
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
// that can be found in the LICENSE file.
|
||||
module os
|
||||
|
||||
#include "@VROOT/vlib/os/os_darwin.m"
|
||||
pub const (
|
||||
sys_write = 4
|
||||
sys_open = 5
|
||||
@@ -12,3 +13,5 @@ pub const (
|
||||
sys_open_nocancel = 398
|
||||
sys_stat64 = 338
|
||||
)
|
||||
|
||||
fn C.darwin_log(s string)
|
||||
|
||||
Reference in New Issue
Block a user