Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
2a8a1452
Commit
2a8a1452
authored
Jan 03, 2014
by
Piotr Caban
Committed by
Alexandre Julliard
Jan 03, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp80: Fix ostreambuf_iterator<char> structure definition.
parent
3cc34a5b
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
ios.c
dlls/msvcp90/ios.c
+0
-0
locale.c
dlls/msvcp90/locale.c
+0
-0
msvcp90.h
dlls/msvcp90/msvcp90.h
+6
-0
No files found.
dlls/msvcp90/ios.c
View file @
2a8a1452
This diff is collapsed.
Click to expand it.
dlls/msvcp90/locale.c
View file @
2a8a1452
This diff is collapsed.
Click to expand it.
dlls/msvcp90/msvcp90.h
View file @
2a8a1452
...
...
@@ -351,6 +351,9 @@ typedef struct {
}
istreambuf_iterator_char
;
typedef
struct
{
#if _MSVCP_VER == 80
void
*
iter_container
;
#endif
MSVCP_bool
failed
;
basic_streambuf_char
*
strbuf
;
}
ostreambuf_iterator_char
;
...
...
@@ -385,6 +388,9 @@ typedef struct {
}
istreambuf_iterator_wchar
;
typedef
struct
{
#if _MSVCP_VER == 80
void
*
iter_container
;
#endif
MSVCP_bool
failed
;
basic_streambuf_wchar
*
strbuf
;
}
ostreambuf_iterator_wchar
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment