comctl32: Silence a few compiler warnings.

This commit is contained in:
Huw Davies 2010-05-04 14:05:13 +01:00 committed by Alexandre Julliard
parent 9bee50f6d9
commit 1af1784430
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ DATETIME_ReturnFieldWidth (const DATETIME_INFO *infoPtr, HDC hdc, int count, SHO
lctype = LOCALE_SABBREVMONTHNAME1;
max_count = 12;
break;
case FULLMONTH:
default: /* FULLMONTH */
fall = fld_mon;
lctype = LOCALE_SMONTHNAME1;
max_count = 12;