mirror of
https://github.com/reactos/wine.git
synced 2025-01-23 20:34:39 +00:00
gdi.exe16: Constify a variable.
This commit is contained in:
parent
ea1ec88091
commit
73efb62fc3
@ -514,7 +514,7 @@ DWORD WINAPI GetSpoolJob16(int nOption, LONG param)
|
||||
*
|
||||
* Helper for DrvGetPrinterData
|
||||
*/
|
||||
static DWORD DrvGetPrinterDataInternal(LPSTR RegStr_Printer,
|
||||
static DWORD DrvGetPrinterDataInternal(LPCSTR RegStr_Printer,
|
||||
LPBYTE lpPrinterData, int cbData, int what)
|
||||
{
|
||||
DWORD res = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user