+respected proper function calling types cdecl/stdcall/fastcall
[captive.git] / src / libcaptive / ke / event.c
index 44f040c..1134b28 100644 (file)
@@ -31,7 +31,7 @@
  * Initalizes a kernel event. Currently libcaptive doesn't use multithreading
  * and thus this function is a NOP now.
  */
-VOID STDCALL KeInitializeEvent(PKEVENT Event,EVENT_TYPE Type,BOOLEAN State)
+VOID KeInitializeEvent(PKEVENT Event,EVENT_TYPE Type,BOOLEAN State)
 {
        /* TODO:thread */
 }