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
bbb8f1a3
Commit
bbb8f1a3
authored
Jan 12, 2021
by
Alex Henrie
Committed by
Alexandre Julliard
Jan 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add new LCMAP constants.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
52398912
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
winnls.h
include/winnls.h
+3
-2
No files found.
include/winnls.h
View file @
bbb8f1a3
...
...
@@ -394,17 +394,18 @@ static const WCHAR LOCALE_NAME_SYSTEM_DEFAULT[] = {'!','s','y','s','-','d','e','
/* String mapping flags */
#define LCMAP_LOWERCASE 0x00000100
/* Make lower-case */
#define LCMAP_UPPERCASE 0x00000200
/* Make upper-case */
#define LCMAP_TITLECASE 0x00000300
/* Make title-case */
#define LCMAP_SORTKEY 0x00000400
/* Create a sort key */
#define LCMAP_BYTEREV 0x00000800
/* Reverse the result */
#define LCMAP_HASH 0x00040000
#define LCMAP_HIRAGANA 0x00100000
/* Transform Japanese katakana into hiragana */
#define LCMAP_KATAKANA 0x00200000
/* Transform Japanese hiragana into katakana */
#define LCMAP_HALFWIDTH 0x00400000
/* Use single byte chars in output */
#define LCMAP_FULLWIDTH 0x00800000
/* Use double byte chars in output */
#define LCMAP_LINGUISTIC_CASING 0x01000000
/* Change case by using language context */
#define LCMAP_SIMPLIFIED_CHINESE 0x02000000
/* Transform Chinese traditional into simplified */
#define LCMAP_TRADITIONAL_CHINESE 0x04000000
/* Transform Chinese simplified into traditional */
#define LCMAP_SORTHANDLE 0x20000000
/* Date and time formatting flags */
#define DATE_SHORTDATE 0x01
/* Short date format */
...
...
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