[PCIX]
[reactos.git] / reactos / drivers / bus / pcix / pci / id.c
index 929ad66..1ffa5b9 100644 (file)
@@ -9,11 +9,10 @@
 /* INCLUDES *******************************************************************/
 
 #include <pci.h>
+#include <stdio.h>
+
 #define NDEBUG
 #include <debug.h>
-#include "stdio.h"
-
-/* GLOBALS ********************************************************************/
 
 /* FUNCTIONS ******************************************************************/
 
@@ -119,7 +118,7 @@ PciInitIdBuffer(IN PPCI_ID_BUFFER IdBuffer)
 }
 
 ULONG
-NTAPI
+__cdecl
 PciIdPrintf(IN PPCI_ID_BUFFER IdBuffer,
             IN PCCH Format,
             ...)