msvcp90: Added basic_streambuf<char> implementation.
This commit is contained in:
parent
52bcd2e082
commit
143f8e8792
1250
dlls/msvcp90/ios.c
1250
dlls/msvcp90/ios.c
File diff suppressed because it is too large
Load Diff
|
@ -259,6 +259,7 @@ typedef struct
|
|||
} locale;
|
||||
|
||||
locale* __thiscall locale_ctor(locale*);
|
||||
locale* __thiscall locale_copy_ctor(locale*, const locale*);
|
||||
void __thiscall locale_dtor(locale*);
|
||||
|
||||
/* class _Lockit */
|
||||
|
|
Loading…
Reference in New Issue