Commit 69ed143b authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcp90: Added time_get<char>::do_date_order implementation.

parent 6c09dc7a
......@@ -9471,8 +9471,8 @@ DEFINE_THISCALL_WRAPPER(time_get_char_do_date_order, 4) /* virtual */
#endif
dateorder __thiscall time_get_char_do_date_order(const time_get_char *this)
{
FIXME("(%p) stub\n", this);
return 0;
TRACE("(%p)\n", this);
return this->dateorder;
}
/* ?date_order@?$time_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AW4dateorder@time_base@2@XZ */
......
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