made some tests green

This commit is contained in:
Araq
2014-09-21 23:57:54 +02:00
parent 8e52384407
commit 3866820eee
11 changed files with 53 additions and 49 deletions

View File

@@ -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".}