gdi32/tests: Cast-qual warning fix.

This commit is contained in:
Andrew Talbot 2006-12-09 18:03:09 +00:00 committed by Alexandre Julliard
parent 36be22a6db
commit eef087cba7
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ static int CALLBACK savedc_emf_enum_proc(HDC hdc, HANDLETABLE *handle_table,
case EMR_RESTOREDC: case EMR_RESTOREDC:
{ {
EMRRESTOREDC *restoredc = (EMRRESTOREDC *)emr; const EMRRESTOREDC *restoredc = (const EMRRESTOREDC *)emr;
switch(++restore_no) switch(++restore_no)
{ {
case 1: case 1: