mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 10:13:01 +00:00
msvcp70: Fix basic_filebuf definition.
This commit is contained in:
parent
fecbc88daf
commit
799c771587
@ -74,6 +74,9 @@ typedef struct {
|
||||
MSVCP_bool wrotesome;
|
||||
int state;
|
||||
MSVCP_bool close;
|
||||
#if _MSVCP_VER == 70
|
||||
locale loc;
|
||||
#endif
|
||||
FILE *file;
|
||||
} basic_filebuf_char;
|
||||
|
||||
@ -90,6 +93,9 @@ typedef struct {
|
||||
MSVCP_bool wrotesome;
|
||||
int state;
|
||||
MSVCP_bool close;
|
||||
#if _MSVCP_VER == 70
|
||||
locale loc;
|
||||
#endif
|
||||
FILE *file;
|
||||
} basic_filebuf_wchar;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user