Commit 70e24094 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcp140: Add codecvt<char16> class stub.

parent 2e1fe519
......@@ -244,6 +244,11 @@ typedef enum convert_mode
little_endian = 1
} codecvt_convert_mode;
/* class codecvt<char16> */
typedef struct {
codecvt_base base;
} codecvt_char16;
/* class codecvt<char32> */
typedef struct {
codecvt_base base;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment