Commit 52bcd2e0 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcp90: Added numpunct<wchar> implementation.

parent c1b92ca1
......@@ -243,6 +243,8 @@ typedef struct _basic_string_wchar
MSVCP_size_t res;
} basic_string_wchar;
basic_string_wchar* __stdcall MSVCP_basic_string_wchar_ctor_cstr(basic_string_wchar*, const wchar_t*);
char* __stdcall MSVCP_allocator_char_allocate(void*, MSVCP_size_t);
void __stdcall MSVCP_allocator_char_deallocate(void*, char*, MSVCP_size_t);
MSVCP_size_t __stdcall MSVCP_allocator_char_max_size(void*);
......
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