winspool.drv: Write-strings warnings fix

Mike McCormack mike at codeweavers.com
Sun Jun 25 22:07:21 CDT 2006


Andrew Talbot wrote:
> +            static CHAR dtype[]     = "RAW",
> +                        processor[] = "WinPrint",

These strings should really be const. IMO, a better fix would be to add 
a cast to cast them back to (char*) than to change their storage class.

Mike



More information about the wine-devel mailing list