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
a8cc3522
Commit
a8cc3522
authored
Mar 07, 2018
by
Zhiyi Zhang
Committed by
Alexandre Julliard
Mar 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcr120: Add __free_locale.
Signed-off-by:
Zhiyi Zhang
<
zzhang@codeweavers.com
>
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
6b984a40
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
msvcr100.spec
dlls/msvcr100/msvcr100.spec
+1
-1
msvcr110.spec
dlls/msvcr110/msvcr110.spec
+1
-1
msvcr120.spec
dlls/msvcr120/msvcr120.spec
+1
-1
msvcr120_app.spec
dlls/msvcr120_app/msvcr120_app.spec
+1
-1
msvcr80.spec
dlls/msvcr80/msvcr80.spec
+1
-1
msvcr90.spec
dlls/msvcr90/msvcr90.spec
+1
-1
No files found.
dlls/msvcr100/msvcr100.spec
View file @
a8cc3522
...
...
@@ -588,7 +588,7 @@
@ stub ___fls_getvalue@4
@ stub ___fls_setvalue@8
@ cdecl __fpecode()
@
stub
__free_locale
@
cdecl __free_locale(ptr) MSVCRT
__free_locale
@ stub __get_current_locale
@ stub __get_flsindex
@ stub __get_tlsindex
...
...
dlls/msvcr110/msvcr110.spec
View file @
a8cc3522
...
...
@@ -936,7 +936,7 @@
@ cdecl __doserrno() MSVCRT___doserrno
@ cdecl __dstbias() MSVCRT___p__dstbias
@ cdecl __fpecode()
@
stub
__free_locale
@
cdecl __free_locale(ptr) MSVCRT
__free_locale
@ stub __get_current_locale
@ stub __get_flsindex
@ stub __get_tlsindex
...
...
dlls/msvcr120/msvcr120.spec
View file @
a8cc3522
...
...
@@ -926,7 +926,7 @@
@ cdecl __doserrno() MSVCRT___doserrno
@ cdecl __dstbias() MSVCRT___p__dstbias
@ cdecl __fpecode()
@
stub
__free_locale
@
cdecl __free_locale(ptr) MSVCRT
__free_locale
@ stub __get_current_locale
@ stub __get_flsindex
@ stub __get_tlsindex
...
...
dlls/msvcr120_app/msvcr120_app.spec
View file @
a8cc3522
...
...
@@ -902,7 +902,7 @@
@ cdecl __doserrno() msvcr120.__doserrno
@ cdecl __dstbias() msvcr120.__dstbias
@ cdecl __fpecode() msvcr120.__fpecode
@
stub
__free_locale
@
cdecl __free_locale(ptr) msvcr120.
__free_locale
@ stub __get_current_locale
@ stub __get_flsindex
@ stub __get_tlsindex
...
...
dlls/msvcr80/msvcr80.spec
View file @
a8cc3522
...
...
@@ -226,7 +226,7 @@
@ stub -arch=i386 ___fls_setvalue@8
@ stub -arch=x86_64 __fls_setvalue
@ cdecl __fpecode()
@
stub
__free_locale
@
cdecl __free_locale(ptr) MSVCRT
__free_locale
@ stub __get_app_type
@ stub __get_current_locale
@ stub __get_flsindex
...
...
dlls/msvcr90/msvcr90.spec
View file @
a8cc3522
...
...
@@ -215,7 +215,7 @@
@ stub ___fls_getvalue@4
@ stub ___fls_setvalue@8
@ cdecl __fpecode()
@
stub
__free_locale
@
cdecl __free_locale(ptr) MSVCRT
__free_locale
@ stub __get_app_type
@ stub __get_current_locale
@ stub __get_flsindex
...
...
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