Commit fbb41150 authored by Zhiyi Zhang's avatar Zhiyi Zhang Committed by Alexandre Julliard

include: Add more date formatting flags.

parent 88281f4b
......@@ -411,6 +411,8 @@ static const WCHAR LOCALE_NAME_SYSTEM_DEFAULT[] = {'!','s','y','s','-','d','e','
#define DATE_YEARMONTH 0x08 /* Year/month format */
#define DATE_LTRREADING 0x10 /* Add LTR reading marks */
#define DATE_RTLREADING 0x20 /* Add RTL reading marks */
#define DATE_AUTOLAYOUT 0x40 /* Add LTR or RTL reading marks automatically */
#define DATE_MONTHDAY 0x80 /* Month/day format */
#define TIME_FORCE24HOURFORMAT 0x08 /* Always use 24 hour clock */
#define TIME_NOTIMEMARKER 0x04 /* show no AM/PM */
......
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