gdi.exe16: Constify a variable.

This commit is contained in:
Andrew Talbot 2010-10-03 10:13:41 +01:00 committed by Alexandre Julliard
parent ea1ec88091
commit 73efb62fc3

View file

@ -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;