+respected proper function calling types cdecl/stdcall/fastcall
[captive.git] / src / libcaptive / ke / sem.c
index a5e97db..63f3941 100644 (file)
@@ -31,7 +31,7 @@
  * Initalizes a semaphore. Currently libcaptive doesn't use multithreading
  * and thus this function is a NOP now.
  */
-VOID STDCALL KeInitializeSemaphore(PKSEMAPHORE Semaphore,LONG Count,LONG Limit)
+VOID KeInitializeSemaphore(PKSEMAPHORE Semaphore,LONG Count,LONG Limit)
 {
        /* TODO:thread */
        Semaphore->Limit=Limit;