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
6f9f27d1
Commit
6f9f27d1
authored
Jan 12, 2012
by
Daniel Lehman
Committed by
Alexandre Julliard
Jan 13, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp90: Flip num_get<char/wchar_t> do_get_long and do_get_ulong in vtable.
parent
015ccccf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
locale.c
dlls/msvcp90/locale.c
+2
-2
No files found.
dlls/msvcp90/locale.c
View file @
6f9f27d1
...
...
@@ -4235,8 +4235,8 @@ void __asm_dummy_vtables(void) {
VTABLE_ADD_FUNC
(
num_get_char_do_get_float
)
VTABLE_ADD_FUNC
(
num_get_char_do_get_uint64
)
VTABLE_ADD_FUNC
(
num_get_char_do_get_int64
)
VTABLE_ADD_FUNC
(
num_get_char_do_get_long
)
VTABLE_ADD_FUNC
(
num_get_char_do_get_ulong
)
VTABLE_ADD_FUNC
(
num_get_char_do_get_long
)
VTABLE_ADD_FUNC
(
num_get_char_do_get_uint
)
VTABLE_ADD_FUNC
(
num_get_char_do_get_ushort
)
VTABLE_ADD_FUNC
(
num_get_char_do_get_bool
));
...
...
@@ -4259,8 +4259,8 @@ void __asm_dummy_vtables(void) {
VTABLE_ADD_FUNC
(
num_get_wchar_do_get_float
)
VTABLE_ADD_FUNC
(
num_get_wchar_do_get_uint64
)
VTABLE_ADD_FUNC
(
num_get_wchar_do_get_int64
)
VTABLE_ADD_FUNC
(
num_get_wchar_do_get_long
)
VTABLE_ADD_FUNC
(
num_get_wchar_do_get_ulong
)
VTABLE_ADD_FUNC
(
num_get_wchar_do_get_long
)
VTABLE_ADD_FUNC
(
num_get_wchar_do_get_uint
)
VTABLE_ADD_FUNC
(
num_get_wchar_do_get_ushort
)
VTABLE_ADD_FUNC
(
num_get_wchar_do_get_bool
));
...
...
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