* PciIdPrintfAppend is a vararg too.

svn path=/trunk/; revision=64936
This commit is contained in:
Amine Khaldi 2014-10-23 18:51:12 +00:00
parent a0a95141dd
commit 73e6ff1519

View file

@ -153,7 +153,7 @@ PciIdPrintf(IN PPCI_ID_BUFFER IdBuffer,
}
ULONG
NTAPI
__cdecl
PciIdPrintfAppend(IN PPCI_ID_BUFFER IdBuffer,
IN PCCH Format,
...)