gdi32/tests: Cast-qual warning fix.
This commit is contained in:
parent
36be22a6db
commit
eef087cba7
|
@ -280,7 +280,7 @@ static int CALLBACK savedc_emf_enum_proc(HDC hdc, HANDLETABLE *handle_table,
|
|||
|
||||
case EMR_RESTOREDC:
|
||||
{
|
||||
EMRRESTOREDC *restoredc = (EMRRESTOREDC *)emr;
|
||||
const EMRRESTOREDC *restoredc = (const EMRRESTOREDC *)emr;
|
||||
switch(++restore_no)
|
||||
{
|
||||
case 1:
|
||||
|
|
Loading…
Reference in New Issue