msvcp90: Added basic_streambuf<char> implementation.

oldstable
Piotr Caban 2012-03-28 11:20:56 +02:00 committed by Alexandre Julliard
parent 52bcd2e082
commit 143f8e8792
2 changed files with 683 additions and 568 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 */