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

msvcp60: Fixed basic_streambuf class structure.

parent 605ea649
......@@ -302,7 +302,7 @@ typedef struct {
int wsize;
int *prsize;
int *pwsize;
locale *loc;
locale loc;
} basic_streambuf_char;
typedef struct {
......@@ -336,7 +336,7 @@ typedef struct {
int wsize;
int *prsize;
int *pwsize;
locale *loc;
locale loc;
} basic_streambuf_wchar;
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