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
f457511b
Commit
f457511b
authored
Jun 27, 2012
by
Piotr Caban
Committed by
Alexandre Julliard
Jun 28, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp90: Added locale::facet::_Register function implementation.
parent
3c921119
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
locale.c
dlls/msvcp90/locale.c
+10
-0
msvcp90.spec
dlls/msvcp90/msvcp90.spec
+2
-0
No files found.
dlls/msvcp90/locale.c
View file @
f457511b
...
...
@@ -223,6 +223,16 @@ void __cdecl locale_facet_register(locale_facet *add)
}
/* Not exported from msvcp90 */
/* ?_Register@facet@locale@std@@QAEXXZ */
/* ?_Register@facet@locale@std@@QEAAXXZ */
DEFINE_THISCALL_WRAPPER
(
locale_facet__Register
,
4
)
void
__thiscall
locale_facet__Register
(
locale_facet
*
this
)
{
TRACE
(
"(%p)
\n
"
,
this
);
locale_facet_register
(
this
);
}
/* Not exported from msvcp90 */
/* ??_7facet@locale@std@@6B@ */
extern
const
vtable_ptr
MSVCP_locale_facet_vtable
;
...
...
dlls/msvcp90/msvcp90.spec
View file @
f457511b
...
...
@@ -5817,3 +5817,5 @@
@ extern ??_7facet@locale@std@@6B@ MSVCP_locale_facet_vtable
@ cdecl -arch=win32 ?facet_Register@facet@locale@std@@CAXPAV123@@Z(ptr) locale_facet_register
@ cdecl -arch=win64 ?facet_Register@facet@locale@std@@CAXPEAV123@@Z(ptr) locale_facet_register
@ thiscall -arch=win32 ?_Register@facet@locale@std@@QAEXXZ(ptr) locale_facet__Register
@ cdecl -arch=win64 ?_Register@facet@locale@std@@QEAAXXZ(ptr) locale_facet__Register
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