Commit ef2a8be6 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

comctl32: Clarify DATETIME_GetPrevDateField documentation.

parent a2bcfa28
......@@ -831,8 +831,8 @@ DATETIME_HitTest (const DATETIME_INFO *infoPtr, POINT pt)
return DTHT_NONE;
}
/* Returns index of a closest date field from given counting to left
or -1 if there's no such field at left */
/* Returns index of the nearest preceding date field from given,
or -1 if none was found */
static int DATETIME_GetPrevDateField(const DATETIME_INFO *infoPtr, int i)
{
for(--i; i >= 0; i--)
......
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