Commit 3b69e28a authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcp60: Fixed basic_filebuf<short> implementation.

parent 043fcc92
......@@ -180,6 +180,7 @@ typedef struct {
MSVCP_size_t id;
} locale_id;
extern locale_id codecvt_char_id;
extern locale_id codecvt_short_id;
/* class _Lockit */
typedef struct {
......
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