Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
0280c5fb
Commit
0280c5fb
authored
Nov 02, 2012
by
Piotr Caban
Committed by
Alexandre Julliard
Nov 02, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp90: Fixed incorrect sentry object usage.
parent
31a58298
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
12 deletions
+0
-12
ios.c
dlls/msvcp100/ios.c
+0
-3
ios.c
dlls/msvcp60/ios.c
+0
-3
ios.c
dlls/msvcp71/ios.c
+0
-3
ios.c
dlls/msvcp90/ios.c
+0
-3
No files found.
dlls/msvcp100/ios.c
View file @
0280c5fb
...
...
@@ -6039,7 +6039,6 @@ basic_istream_char* __thiscall basic_istream_char_seekg_fpos(basic_istream_char
fpos_int
ret
;
basic_streambuf_char_pubseekpos
(
strbuf
,
&
ret
,
pos
,
OPENMODE_in
);
basic_istream_char_sentry_destroy
(
this
);
if
(
ret
.
off
==-
1
&&
ret
.
pos
==
0
&&
ret
.
state
==
0
)
basic_ios_char_setstate
(
base
,
IOSTATE_failbit
);
...
...
@@ -7160,7 +7159,6 @@ basic_istream_wchar* __thiscall basic_istream_wchar_seekg(basic_istream_wchar *t
fpos_int
ret
;
basic_streambuf_wchar_pubseekoff
(
strbuf
,
&
ret
,
off
,
dir
,
OPENMODE_in
);
basic_istream_wchar_sentry_destroy
(
this
);
if
(
ret
.
off
==-
1
&&
ret
.
pos
==
0
&&
ret
.
state
==
0
)
basic_ios_wchar_setstate
(
base
,
IOSTATE_failbit
);
...
...
@@ -7189,7 +7187,6 @@ basic_istream_wchar* __thiscall basic_istream_wchar_seekg_fpos(basic_istream_wch
fpos_int
ret
;
basic_streambuf_wchar_pubseekpos
(
strbuf
,
&
ret
,
pos
,
OPENMODE_in
);
basic_istream_wchar_sentry_destroy
(
this
);
if
(
ret
.
off
==-
1
&&
ret
.
pos
==
0
&&
ret
.
state
==
0
)
basic_ios_wchar_setstate
(
base
,
IOSTATE_failbit
);
...
...
dlls/msvcp60/ios.c
View file @
0280c5fb
...
...
@@ -7432,7 +7432,6 @@ basic_istream_char* __thiscall basic_istream_char_seekg_fpos(basic_istream_char
fpos_int
ret
;
basic_streambuf_char_pubseekpos
(
strbuf
,
&
ret
,
pos
,
OPENMODE_in
);
basic_istream_char_sentry_destroy
(
this
);
if
(
ret
.
off
==-
1
&&
ret
.
pos
==
0
&&
ret
.
state
==
0
)
basic_ios_char_setstate
(
base
,
IOSTATE_failbit
);
...
...
@@ -8678,7 +8677,6 @@ basic_istream_wchar* __thiscall basic_istream_wchar_seekg(basic_istream_wchar *t
fpos_int
ret
;
basic_streambuf_wchar_pubseekoff
(
strbuf
,
&
ret
,
off
,
dir
,
OPENMODE_in
);
basic_istream_wchar_sentry_destroy
(
this
);
if
(
ret
.
off
==-
1
&&
ret
.
pos
==
0
&&
ret
.
state
==
0
)
basic_ios_wchar_setstate
(
base
,
IOSTATE_failbit
);
...
...
@@ -8707,7 +8705,6 @@ basic_istream_wchar* __thiscall basic_istream_wchar_seekg_fpos(basic_istream_wch
fpos_int
ret
;
basic_streambuf_wchar_pubseekpos
(
strbuf
,
&
ret
,
pos
,
OPENMODE_in
);
basic_istream_wchar_sentry_destroy
(
this
);
if
(
ret
.
off
==-
1
&&
ret
.
pos
==
0
&&
ret
.
state
==
0
)
basic_ios_wchar_setstate
(
base
,
IOSTATE_failbit
);
...
...
dlls/msvcp71/ios.c
View file @
0280c5fb
...
...
@@ -7773,7 +7773,6 @@ basic_istream_char* __thiscall basic_istream_char_seekg_fpos(basic_istream_char
fpos_int
ret
;
basic_streambuf_char_pubseekpos
(
strbuf
,
&
ret
,
pos
,
OPENMODE_in
);
basic_istream_char_sentry_destroy
(
this
);
if
(
ret
.
off
==-
1
&&
ret
.
pos
==
0
&&
ret
.
state
==
0
)
basic_ios_char_setstate
(
base
,
IOSTATE_failbit
);
...
...
@@ -9041,7 +9040,6 @@ basic_istream_wchar* __thiscall basic_istream_wchar_seekg(basic_istream_wchar *t
fpos_int
ret
;
basic_streambuf_wchar_pubseekoff
(
strbuf
,
&
ret
,
off
,
dir
,
OPENMODE_in
);
basic_istream_wchar_sentry_destroy
(
this
);
if
(
ret
.
off
==-
1
&&
ret
.
pos
==
0
&&
ret
.
state
==
0
)
basic_ios_wchar_setstate
(
base
,
IOSTATE_failbit
);
...
...
@@ -9070,7 +9068,6 @@ basic_istream_wchar* __thiscall basic_istream_wchar_seekg_fpos(basic_istream_wch
fpos_int
ret
;
basic_streambuf_wchar_pubseekpos
(
strbuf
,
&
ret
,
pos
,
OPENMODE_in
);
basic_istream_wchar_sentry_destroy
(
this
);
if
(
ret
.
off
==-
1
&&
ret
.
pos
==
0
&&
ret
.
state
==
0
)
basic_ios_wchar_setstate
(
base
,
IOSTATE_failbit
);
...
...
dlls/msvcp90/ios.c
View file @
0280c5fb
...
...
@@ -7797,7 +7797,6 @@ basic_istream_char* __thiscall basic_istream_char_seekg_fpos(basic_istream_char
fpos_int
ret
;
basic_streambuf_char_pubseekpos
(
strbuf
,
&
ret
,
pos
,
OPENMODE_in
);
basic_istream_char_sentry_destroy
(
this
);
if
(
ret
.
off
==-
1
&&
ret
.
pos
==
0
&&
ret
.
state
==
0
)
basic_ios_char_setstate
(
base
,
IOSTATE_failbit
);
...
...
@@ -9052,7 +9051,6 @@ basic_istream_wchar* __thiscall basic_istream_wchar_seekg(basic_istream_wchar *t
fpos_int
ret
;
basic_streambuf_wchar_pubseekoff
(
strbuf
,
&
ret
,
off
,
dir
,
OPENMODE_in
);
basic_istream_wchar_sentry_destroy
(
this
);
if
(
ret
.
off
==-
1
&&
ret
.
pos
==
0
&&
ret
.
state
==
0
)
basic_ios_wchar_setstate
(
base
,
IOSTATE_failbit
);
...
...
@@ -9081,7 +9079,6 @@ basic_istream_wchar* __thiscall basic_istream_wchar_seekg_fpos(basic_istream_wch
fpos_int
ret
;
basic_streambuf_wchar_pubseekpos
(
strbuf
,
&
ret
,
pos
,
OPENMODE_in
);
basic_istream_wchar_sentry_destroy
(
this
);
if
(
ret
.
off
==-
1
&&
ret
.
pos
==
0
&&
ret
.
state
==
0
)
basic_ios_wchar_setstate
(
base
,
IOSTATE_failbit
);
...
...
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