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
8445055b
Commit
8445055b
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: Export __p__iob only on i386.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
a0c424b1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
msvcr80.spec
dlls/msvcr80/msvcr80.spec
+1
-1
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+1
-1
msvcrt20.spec
dlls/msvcrt20/msvcrt20.spec
+1
-1
msvcrt40.spec
dlls/msvcrt40/msvcrt40.spec
+1
-1
No files found.
dlls/msvcr80/msvcr80.spec
View file @
8445055b
...
@@ -280,7 +280,7 @@
...
@@ -280,7 +280,7 @@
@ cdecl __p__dstbias() MSVCRT___p__dstbias
@ cdecl __p__dstbias() MSVCRT___p__dstbias
@ cdecl __p__environ() MSVCRT___p__environ
@ cdecl __p__environ() MSVCRT___p__environ
@ cdecl __p__fmode() MSVCRT___p__fmode
@ cdecl __p__fmode() MSVCRT___p__fmode
@ cdecl __p__iob() __iob_func
@ cdecl
-arch=i386
__p__iob() __iob_func
@ stub __p__mbcasemap()
@ stub __p__mbcasemap()
@ cdecl __p__mbctype()
@ cdecl __p__mbctype()
@ stub __p__osplatform
@ stub __p__osplatform
...
...
dlls/msvcrt/msvcrt.spec
View file @
8445055b
...
@@ -259,7 +259,7 @@
...
@@ -259,7 +259,7 @@
@ cdecl -arch=win32 __p__environ() MSVCRT___p__environ
@ cdecl -arch=win32 __p__environ() MSVCRT___p__environ
@ stub -arch=win32 __p__fileinfo()
@ stub -arch=win32 __p__fileinfo()
@ cdecl -arch=win32 __p__fmode() MSVCRT___p__fmode
@ cdecl -arch=win32 __p__fmode() MSVCRT___p__fmode
@ cdecl __p__iob() __iob_func
@ cdecl
-arch=i386
__p__iob() __iob_func
@ stub -arch=win32 __p__mbcasemap()
@ stub -arch=win32 __p__mbcasemap()
@ cdecl -arch=win32 __p__mbctype()
@ cdecl -arch=win32 __p__mbctype()
@ cdecl -arch=win32 __p__osver()
@ cdecl -arch=win32 __p__osver()
...
...
dlls/msvcrt20/msvcrt20.spec
View file @
8445055b
...
@@ -820,7 +820,7 @@
...
@@ -820,7 +820,7 @@
@ cdecl -arch=win32 __p__daylight() msvcrt.__p__daylight
@ cdecl -arch=win32 __p__daylight() msvcrt.__p__daylight
@ cdecl -arch=win32 __p__environ() msvcrt.__p__environ
@ cdecl -arch=win32 __p__environ() msvcrt.__p__environ
@ cdecl -arch=win32 __p__fmode() msvcrt.__p__fmode
@ cdecl -arch=win32 __p__fmode() msvcrt.__p__fmode
@ cdecl __p__iob() msvcrt.__p__iob
@ cdecl
-arch=i386
__p__iob() msvcrt.__p__iob
@ cdecl -arch=win32 __p__mbctype() msvcrt.__p__mbctype
@ cdecl -arch=win32 __p__mbctype() msvcrt.__p__mbctype
@ cdecl -arch=win32 __p__osver() msvcrt.__p__osver
@ cdecl -arch=win32 __p__osver() msvcrt.__p__osver
@ cdecl -arch=win32 __p__pctype() msvcrt.__p__pctype
@ cdecl -arch=win32 __p__pctype() msvcrt.__p__pctype
...
...
dlls/msvcrt40/msvcrt40.spec
View file @
8445055b
...
@@ -899,7 +899,7 @@
...
@@ -899,7 +899,7 @@
@ cdecl -arch=win32 __p__dstbias() msvcrt.__p__dstbias
@ cdecl -arch=win32 __p__dstbias() msvcrt.__p__dstbias
@ cdecl -arch=win32 __p__environ() msvcrt.__p__environ
@ cdecl -arch=win32 __p__environ() msvcrt.__p__environ
@ cdecl -arch=win32 __p__fmode() msvcrt.__p__fmode
@ cdecl -arch=win32 __p__fmode() msvcrt.__p__fmode
@ cdecl __p__iob() msvcrt.__p__iob
@ cdecl
-arch=i386
__p__iob() msvcrt.__p__iob
@ cdecl -arch=win32 __p__mbctype() msvcrt.__p__mbctype
@ cdecl -arch=win32 __p__mbctype() msvcrt.__p__mbctype
@ cdecl -arch=win32 __p__osver() msvcrt.__p__osver
@ cdecl -arch=win32 __p__osver() msvcrt.__p__osver
@ cdecl -arch=win32 __p__pctype() msvcrt.__p__pctype
@ cdecl -arch=win32 __p__pctype() msvcrt.__p__pctype
...
...
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