Remove unnecessary importc from inline and fixup some compilation
This commit is contained in:
parent
22c168b67e
commit
2519f4d88d
42 changed files with 164 additions and 246 deletions
|
|
@ -21,8 +21,7 @@ type
|
|||
next*: ptr Thread
|
||||
prevNext*: ptr ptr Thread
|
||||
|
||||
proc waiterForThread*(t: ptr Thread): Waiter {.inline, cdecl,
|
||||
importc: "waiterForThread".} =
|
||||
proc waiterForThread*(t: ptr Thread): Waiter {.inline, cdecl.} =
|
||||
## / Creates a \ref Waiter for a \ref Thread.
|
||||
return waiterForHandle(t.handle)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue