Commit e8cc341d authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcp90: Added basic_ostream<short> implementation.

parent ed22f3b1
......@@ -7072,7 +7072,7 @@ num_put* num_put_wchar_use_facet(const locale *loc)
return obj;
}
static num_put* num_put_short_use_facet(const locale *loc)
num_put* num_put_short_use_facet(const locale *loc)
{
static num_put *obj = NULL;
......
......@@ -443,6 +443,7 @@ ostreambuf_iterator_char* __thiscall num_put_char_put_bool(const num_put*, ostre
ostreambuf_iterator_char, ios_base*, char, MSVCP_bool);
num_put* num_put_wchar_use_facet(const locale*);
num_put* num_put_short_use_facet(const locale*);
ostreambuf_iterator_wchar* __thiscall num_put_wchar_put_long(const num_put*, ostreambuf_iterator_wchar*,
ostreambuf_iterator_wchar, ios_base*, wchar_t, LONG);
ostreambuf_iterator_wchar* __thiscall num_put_wchar_put_ulong(const num_put*, ostreambuf_iterator_wchar*,
......
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