comctl32: Trace the first day of the week.

This commit is contained in:
James Hawkins 2008-09-08 00:54:40 -05:00 committed by Alexandre Julliard
parent 66e4be152a
commit e7d9185419
1 changed files with 1 additions and 0 deletions

View File

@ -654,6 +654,7 @@ static void test_monthcal_firstDay(HWND hwnd)
/* check for locale first day */
if(GetLocaleInfo(lcid, LOCALE_IFIRSTDAYOFWEEK, b, 128)){
fday = atoi(b);
trace("fday: %d\n", fday);
res = SendMessage(hwnd, MCM_GETFIRSTDAYOFWEEK, 0, 0);
expect(fday, res);
prev = fday;