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
70e24094
Commit
70e24094
authored
Nov 22, 2023
by
Piotr Caban
Committed by
Alexandre Julliard
Nov 22, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp140: Add codecvt<char16> class stub.
parent
2e1fe519
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
0 deletions
+5
-0
msvcp140.spec
dlls/msvcp140/msvcp140.spec
+0
-0
locale.c
dlls/msvcp90/locale.c
+0
-0
msvcp90.h
dlls/msvcp90/msvcp90.h
+5
-0
msvcp_win.spec
dlls/msvcp_win/msvcp_win.spec
+0
-0
No files found.
dlls/msvcp140/msvcp140.spec
View file @
70e24094
This diff is collapsed.
Click to expand it.
dlls/msvcp90/locale.c
View file @
70e24094
This diff is collapsed.
Click to expand it.
dlls/msvcp90/msvcp90.h
View file @
70e24094
...
@@ -244,6 +244,11 @@ typedef enum convert_mode
...
@@ -244,6 +244,11 @@ typedef enum convert_mode
little_endian
=
1
little_endian
=
1
}
codecvt_convert_mode
;
}
codecvt_convert_mode
;
/* class codecvt<char16> */
typedef
struct
{
codecvt_base
base
;
}
codecvt_char16
;
/* class codecvt<char32> */
/* class codecvt<char32> */
typedef
struct
{
typedef
struct
{
codecvt_base
base
;
codecvt_base
base
;
...
...
dlls/msvcp_win/msvcp_win.spec
View file @
70e24094
This diff is collapsed.
Click to expand it.
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