mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 05:40:50 +00:00
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…
x
Reference in New Issue
Block a user