- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol 5, not number 6 that we use. Proto...
[reactos.git] / reactos / lib / smlib / compses.c
index 9a93177..f3a90ec 100644 (file)
  *     Success status as handed by the SM reply; otherwise a failure
  *     status code.
  */
-NTSTATUS STDCALL
+NTSTATUS WINAPI
 SmCompleteSession (IN HANDLE hSmApiPort,
                   IN HANDLE hSbApiPort,
                   IN HANDLE hApiPort)
 {
   NTSTATUS         Status;
   SM_PORT_MESSAGE  SmReqMsg;
-    
+
   DPRINT("SMLIB: %s called\n", __FUNCTION__);
 
   /* Marshal Ses in the LPC message */