mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 23:41:29 +00:00
made some tests green
This commit is contained in:
@@ -18,5 +18,5 @@ type
|
||||
PSDL_Sem = ptr TSDL_Sem
|
||||
TSDL_Sem = TSDL_Semaphore
|
||||
|
||||
proc SDL_CreateSemaphore(initial_value: Int32): PSDL_Sem {.
|
||||
proc SDL_CreateSemaphore(initial_value: int32): PSDL_Sem {.
|
||||
importc: "SDL_CreateSemaphore".}
|
||||
|
||||
Reference in New Issue
Block a user