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

msvcp100: Store locale string in _Yarn<char> class.

parent bdac1294
......@@ -84,6 +84,11 @@ typedef struct
char null_str;
} _Yarn_char;
_Yarn_char* __thiscall _Yarn_char_ctor_cstr(_Yarn_char*, const char*);
_Yarn_char* __thiscall _Yarn_char_copy_ctor(_Yarn_char*, const _Yarn_char*);
const char* __thiscall _Yarn_char_c_str(const _Yarn_char*);
void __thiscall _Yarn_char_dtor(_Yarn_char*);
/* class locale::facet */
typedef struct {
const vtable_ptr *vtable;
......
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