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