Commit e7d91854 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

comctl32: Trace the first day of the week.

parent 66e4be15
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment