comctl32: Silence a few compiler warnings.
This commit is contained in:
parent
9bee50f6d9
commit
1af1784430
|
@ -614,7 +614,7 @@ DATETIME_ReturnFieldWidth (const DATETIME_INFO *infoPtr, HDC hdc, int count, SHO
|
||||||
lctype = LOCALE_SABBREVMONTHNAME1;
|
lctype = LOCALE_SABBREVMONTHNAME1;
|
||||||
max_count = 12;
|
max_count = 12;
|
||||||
break;
|
break;
|
||||||
case FULLMONTH:
|
default: /* FULLMONTH */
|
||||||
fall = fld_mon;
|
fall = fld_mon;
|
||||||
lctype = LOCALE_SMONTHNAME1;
|
lctype = LOCALE_SMONTHNAME1;
|
||||||
max_count = 12;
|
max_count = 12;
|
||||||
|
|
Loading…
Reference in New Issue