Merged DeviceCapabilities and DeviceCapabilitiesA.
This commit is contained in:
parent
7f01aa879c
commit
105e6adf16
|
@ -277,7 +277,7 @@ static void FREE_PRINTER_INFO_2W(HANDLE heap, LPPRINTER_INFO_2W piW)
|
|||
}
|
||||
|
||||
/******************************************************************
|
||||
* DeviceCapabilitiesA [WINSPOOL.151]
|
||||
* DeviceCapabilitiesA [WINSPOOL.150 & WINSPOOL.151]
|
||||
*
|
||||
*/
|
||||
INT WINAPI DeviceCapabilitiesA(LPCSTR pDeivce,LPCSTR pPort, WORD cap,
|
||||
|
@ -300,7 +300,7 @@ INT WINAPI DeviceCapabilitiesA(LPCSTR pDeivce,LPCSTR pPort, WORD cap,
|
|||
|
||||
|
||||
/*****************************************************************************
|
||||
* DeviceCapabilitiesW
|
||||
* DeviceCapabilitiesW [WINSPOOL.152]
|
||||
*
|
||||
* Call DeviceCapabilitiesA since we later call 16bit stuff anyway
|
||||
*
|
||||
|
|
|
@ -52,7 +52,7 @@ init WINSPOOL_EntryPoint
|
|||
147 stub DeletePrinterDriverW
|
||||
148 stub DeletePrinterIC
|
||||
149 stub DevQueryPrint
|
||||
150 stub DeviceCapabilities
|
||||
150 stdcall DeviceCapabilities(str str long ptr ptr) DeviceCapabilitiesA
|
||||
151 stdcall DeviceCapabilitiesA(str str long ptr ptr) DeviceCapabilitiesA
|
||||
152 stdcall DeviceCapabilitiesW(wstr wstr long wstr ptr) DeviceCapabilitiesW
|
||||
153 stub DeviceMode
|
||||
|
|
Loading…
Reference in New Issue