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
a0c424b1
Commit
a0c424b1
authored
Aug 08, 2019
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Use __iob_func instead of __p__iob in __acrt_iob_func implementation.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
bb62fe7f
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
24 additions
and
22 deletions
+24
-22
msvcr100.spec
dlls/msvcr100/msvcr100.spec
+2
-2
msvcr110.spec
dlls/msvcr110/msvcr110.spec
+2
-2
msvcr120.spec
dlls/msvcr120/msvcr120.spec
+2
-2
msvcr70.spec
dlls/msvcr70/msvcr70.spec
+2
-2
msvcr71.spec
dlls/msvcr71/msvcr71.spec
+2
-2
msvcr80.spec
dlls/msvcr80/msvcr80.spec
+2
-2
msvcr90.spec
dlls/msvcr90/msvcr90.spec
+2
-2
file.c
dlls/msvcrt/file.c
+3
-2
iob.c
dlls/msvcrt/iob.c
+4
-3
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+2
-2
msvcrtd.spec
dlls/msvcrtd/msvcrtd.spec
+1
-1
No files found.
dlls/msvcr100/msvcr100.spec
View file @
a0c424b1
...
...
@@ -594,7 +594,7 @@
@ stub __get_tlsindex
@ cdecl __getmainargs(ptr ptr ptr long ptr)
@ extern __initenv MSVCRT___initenv
@ cdecl __iob_func()
__p__iob
@ cdecl __iob_func()
@ cdecl __isascii(long) MSVCRT___isascii
@ cdecl __iscsym(long) MSVCRT___iscsym
@ cdecl __iscsymf(long) MSVCRT___iscsymf
...
...
@@ -636,7 +636,7 @@
@ cdecl __p__dstbias() MSVCRT___p__dstbias
@ cdecl __p__environ() MSVCRT___p__environ
@ cdecl __p__fmode() MSVCRT___p__fmode
@ cdecl __p__iob()
@ cdecl __p__iob()
__iob_func
@ stub __p__mbcasemap()
@ cdecl __p__mbctype()
@ cdecl __p__pctype() MSVCRT___p__pctype
...
...
dlls/msvcr110/msvcr110.spec
View file @
a0c424b1
...
...
@@ -942,7 +942,7 @@
@ stub __get_tlsindex
@ cdecl __getmainargs(ptr ptr ptr long ptr)
@ extern __initenv MSVCRT___initenv
@ cdecl __iob_func()
__p__iob
@ cdecl __iob_func()
@ cdecl __isascii(long) MSVCRT___isascii
@ cdecl __iscsym(long) MSVCRT___iscsym
@ cdecl __iscsymf(long) MSVCRT___iscsymf
...
...
@@ -985,7 +985,7 @@
@ cdecl __p__dstbias() MSVCRT___p__dstbias
@ cdecl __p__environ() MSVCRT___p__environ
@ cdecl __p__fmode() MSVCRT___p__fmode
@ cdecl __p__iob()
@ cdecl __p__iob()
__iob_func
@ stub __p__mbcasemap()
@ cdecl __p__mbctype()
@ cdecl __p__pctype() MSVCRT___p__pctype
...
...
dlls/msvcr120/msvcr120.spec
View file @
a0c424b1
...
...
@@ -932,7 +932,7 @@
@ stub __get_tlsindex
@ cdecl __getmainargs(ptr ptr ptr long ptr)
@ extern __initenv MSVCRT___initenv
@ cdecl __iob_func()
__p__iob
@ cdecl __iob_func()
@ cdecl __isascii(long) MSVCRT___isascii
@ cdecl __iscsym(long) MSVCRT___iscsym
@ cdecl __iscsymf(long) MSVCRT___iscsymf
...
...
@@ -975,7 +975,7 @@
@ cdecl __p__dstbias() MSVCRT___p__dstbias
@ cdecl __p__environ() MSVCRT___p__environ
@ cdecl __p__fmode() MSVCRT___p__fmode
@ cdecl __p__iob()
@ cdecl __p__iob()
__iob_func
@ stub __p__mbcasemap()
@ cdecl __p__mbctype()
@ cdecl __p__pctype() MSVCRT___p__pctype
...
...
dlls/msvcr70/msvcr70.spec
View file @
a0c424b1
...
...
@@ -151,7 +151,7 @@
@ cdecl __fpecode()
@ cdecl __getmainargs(ptr ptr ptr long ptr)
@ extern __initenv MSVCRT___initenv
@ cdecl __iob_func()
__p__iob
@ cdecl __iob_func()
@ cdecl __isascii(long) MSVCRT___isascii
@ cdecl __iscsym(long) MSVCRT___iscsym
@ cdecl __iscsymf(long) MSVCRT___iscsymf
...
...
@@ -175,7 +175,7 @@
@ cdecl __p__environ() MSVCRT___p__environ
@ stub __p__fileinfo()
@ cdecl __p__fmode() MSVCRT___p__fmode
@ cdecl __p__iob()
@ cdecl __p__iob()
__iob_func
@ stub __p__mbcasemap()
@ cdecl __p__mbctype()
@ cdecl __p__osver()
...
...
dlls/msvcr71/msvcr71.spec
View file @
a0c424b1
...
...
@@ -146,7 +146,7 @@
@ cdecl __fpecode()
@ cdecl __getmainargs(ptr ptr ptr long ptr)
@ extern __initenv MSVCRT___initenv
@ cdecl __iob_func()
__p__iob
@ cdecl __iob_func()
@ cdecl __isascii(long) MSVCRT___isascii
@ cdecl __iscsym(long) MSVCRT___iscsym
@ cdecl __iscsymf(long) MSVCRT___iscsymf
...
...
@@ -170,7 +170,7 @@
@ cdecl __p__environ() MSVCRT___p__environ
@ stub __p__fileinfo()
@ cdecl __p__fmode() MSVCRT___p__fmode
@ cdecl __p__iob()
@ cdecl __p__iob()
__iob_func
@ stub __p__mbcasemap()
@ cdecl __p__mbctype()
@ cdecl __p__osver()
...
...
dlls/msvcr80/msvcr80.spec
View file @
a0c424b1
...
...
@@ -233,7 +233,7 @@
@ stub __get_tlsindex
@ cdecl __getmainargs(ptr ptr ptr long ptr)
@ extern __initenv MSVCRT___initenv
@ cdecl __iob_func()
__p__iob
@ cdecl __iob_func()
@ cdecl __isascii(long) MSVCRT___isascii
@ cdecl __iscsym(long) MSVCRT___iscsym
@ cdecl __iscsymf(long) MSVCRT___iscsymf
...
...
@@ -280,7 +280,7 @@
@ cdecl __p__dstbias() MSVCRT___p__dstbias
@ cdecl __p__environ() MSVCRT___p__environ
@ cdecl __p__fmode() MSVCRT___p__fmode
@ cdecl __p__iob()
@ cdecl __p__iob()
__iob_func
@ stub __p__mbcasemap()
@ cdecl __p__mbctype()
@ stub __p__osplatform
...
...
dlls/msvcr90/msvcr90.spec
View file @
a0c424b1
...
...
@@ -222,7 +222,7 @@
@ stub __get_tlsindex
@ cdecl __getmainargs(ptr ptr ptr long ptr)
@ extern __initenv MSVCRT___initenv
@ cdecl __iob_func()
__p__iob
@ cdecl __iob_func()
@ cdecl __isascii(long) MSVCRT___isascii
@ cdecl __iscsym(long) MSVCRT___iscsym
@ cdecl __iscsymf(long) MSVCRT___iscsymf
...
...
@@ -269,7 +269,7 @@
@ cdecl __p__dstbias() MSVCRT___p__dstbias
@ cdecl __p__environ() MSVCRT___p__environ
@ cdecl __p__fmode() MSVCRT___p__fmode
@ cdecl __p__iob()
@ cdecl __p__iob()
__iob_func
@ stub __p__mbcasemap()
@ cdecl __p__mbctype()
@ cdecl __p__pctype() MSVCRT___p__pctype
...
...
dlls/msvcrt/file.c
View file @
a0c424b1
...
...
@@ -780,9 +780,10 @@ static int msvcrt_int_to_base32_w(int num, MSVCRT_wchar_t *str)
}
/*********************************************************************
* __
p__iob
(MSVCRT.@)
* __
iob_func
(MSVCRT.@)
*/
MSVCRT_FILE
*
CDECL
__p__iob
(
void
)
#undef __iob_func
MSVCRT_FILE
*
CDECL
__iob_func
(
void
)
{
return
&
MSVCRT__iob
[
0
];
}
...
...
dlls/msvcrt/iob.c
View file @
a0c424b1
...
...
@@ -18,21 +18,22 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* this function is part of the import lib for compatibility with
the Mingw
runtime */
/* this function is part of the import lib for compatibility with
ucrt
runtime */
#if 0
#pragma makedep implib
#endif
#include "msvcrt.h"
extern
MSVCRT_FILE
*
CDECL
__p__iob
(
void
);
#undef __iob_func
extern
MSVCRT_FILE
*
CDECL
__iob_func
(
void
);
/*********************************************************************
* __acrt_iob_func(UCRTBASE.@)
*/
MSVCRT_FILE
*
CDECL
__acrt_iob_func
(
unsigned
idx
)
{
return
__
p__iob
()
+
idx
;
return
__
iob_func
()
+
idx
;
}
#ifdef __i386__
...
...
dlls/msvcrt/msvcrt.spec
View file @
a0c424b1
...
...
@@ -214,7 +214,7 @@
@ stub __get_app_type
@ cdecl __getmainargs(ptr ptr ptr long ptr)
@ extern __initenv MSVCRT___initenv
@ cdecl __iob_func()
__p__iob
@ cdecl __iob_func()
@ cdecl __isascii(long) MSVCRT___isascii
@ cdecl __iscsym(long) MSVCRT___iscsym
@ cdecl __iscsymf(long) MSVCRT___iscsymf
...
...
@@ -259,7 +259,7 @@
@ cdecl -arch=win32 __p__environ() MSVCRT___p__environ
@ stub -arch=win32 __p__fileinfo()
@ cdecl -arch=win32 __p__fmode() MSVCRT___p__fmode
@ cdecl __p__iob()
@ cdecl __p__iob()
__iob_func
@ stub -arch=win32 __p__mbcasemap()
@ cdecl -arch=win32 __p__mbctype()
@ cdecl -arch=win32 __p__osver()
...
...
dlls/msvcrtd/msvcrtd.spec
View file @
a0c424b1
...
...
@@ -167,7 +167,7 @@
@ cdecl __p__environ() MSVCRT___p__environ
@ stub __p__fileinfo()
@ cdecl __p__fmode() MSVCRT___p__fmode
@ cdecl __p__iob()
@ cdecl __p__iob()
__iob_func
@ stub __p__mbcasemap()
@ cdecl __p__mbctype()
@ cdecl __p__osver()
...
...
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