mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 15:38:29 +00:00
msvcp90: Added time_get<char>::do_date_order implementation.
This commit is contained in:
parent
6c09dc7a99
commit
69ed143be6
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user