mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
force C function definitions
This commit is contained in:
@@ -37,6 +37,8 @@ fn (cb &Clipboard) has_ownership() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
fn C.OSAtomicCompareAndSwapLong()
|
||||
|
||||
fn (cb &Clipboard) set_text(text string) bool {
|
||||
#NSString *ns_clip;
|
||||
mut ret := false
|
||||
|
||||
Reference in New Issue
Block a user