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
e23bfdd8
Commit
e23bfdd8
authored
Nov 14, 2014
by
Yifu Wang
Committed by
Alexandre Julliard
Nov 21, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp120: Added std::locale::facet::~facet() export.
parent
ec97e3fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
msvcp120.spec
dlls/msvcp120/msvcp120.spec
+3
-3
locale.c
dlls/msvcp90/locale.c
+3
-0
No files found.
dlls/msvcp120/msvcp120.spec
View file @
e23bfdd8
...
...
@@ -517,9 +517,9 @@
@ cdecl -arch=arm ??1ctype_base@std@@UAA@XZ(ptr) ctype_base_dtor
@ thiscall -arch=i386 ??1ctype_base@std@@UAE@XZ(ptr) ctype_base_dtor
@ cdecl -arch=win64 ??1ctype_base@std@@UEAA@XZ(ptr) ctype_base_dtor
@
stub -arch=arm ??1facet@locale@std@@MAA@XZ
@
stub -arch=i386 ??1facet@locale@std@@MAE@XZ
@
stub -arch=win64 ??1facet@locale@std@@MEAA@XZ
@
cdecl -arch=arm ??1facet@locale@std@@MAA@XZ(ptr) locale_facet_dtor
@
thiscall -arch=i386 ??1facet@locale@std@@MAE@XZ(ptr) locale_facet_dtor
@
cdecl -arch=win64 ??1facet@locale@std@@MEAA@XZ(ptr) locale_facet_dtor
@ cdecl -arch=arm ??1ios_base@std@@UAA@XZ(ptr) ios_base_dtor
@ thiscall -arch=i386 ??1ios_base@std@@UAE@XZ(ptr) ios_base_dtor
@ cdecl -arch=win64 ??1ios_base@std@@UEAA@XZ(ptr) ios_base_dtor
...
...
dlls/msvcp90/locale.c
View file @
e23bfdd8
...
...
@@ -214,6 +214,9 @@ static void ostreambuf_iterator_wchar_put(ostreambuf_iterator_wchar *this, wchar
/* ??1facet@locale@std@@UAE@XZ */
/* ??1facet@locale@std@@UEAA@XZ */
/* ??1facet@locale@std@@MAA@XZ */
/* ??1facet@locale@std@@MAE@XZ */
/* ??1facet@locale@std@@MEAA@XZ */
DEFINE_THISCALL_WRAPPER
(
locale_facet_dtor
,
4
)
void
__thiscall
locale_facet_dtor
(
locale_facet
*
this
)
{
...
...
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