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
6160e0ea
Commit
6160e0ea
authored
Mar 20, 2020
by
Piotr Caban
Committed by
Alexandre Julliard
Mar 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp140: Remove custom standard streams definition.
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
197a37fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
ios.c
dlls/msvcp90/ios.c
+0
-10
No files found.
dlls/msvcp90/ios.c
View file @
6160e0ea
...
...
@@ -35,16 +35,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(msvcp);
#define TICKSPERSEC 10000000
#define TICKS_1601_TO_1970 (SECS_1601_TO_1970 * TICKSPERSEC)
#if _MSVCP_VER >= 140
FILE
*
__cdecl
__acrt_iob_func
(
unsigned
);
#undef stdin
#undef stdout
#undef stderr
#define stdin __acrt_iob_func(STDIN_FILENO)
#define stdout __acrt_iob_func(STDOUT_FILENO)
#define stderr __acrt_iob_func(STDERR_FILENO)
#endif
/* ?_Index@ios_base@std@@0HA */
int
ios_base_Index
=
0
;
/* ?_Sync@ios_base@std@@0_NA */
...
...
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