Home
last modified time | relevance | path

Searched refs:mth (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/kernel32/winnls/string/
H A Dlcformat.c118 #define GetLongMonth(fmt,mth) fmt->lppszStrings[18 + mth] argument
119 #define GetGenitiveMonth(fmt,mth) fmt->lppszStrings[30 + mth] argument
120 #define GetShortMonth(fmt,mth) fmt->lppszStrings[42 + mth] argument
/reactos/modules/rostests/winetests/oleaut32/
H A Dvartype.c2950 #define MKRELDATE(day,mth) st.wMonth = mth; st.wDay = day; \ argument