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
d86abc49
Commit
d86abc49
authored
Sep 25, 2012
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 25, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Remove a misplaced duplicate definition of SORT_STRINGSORT.
parent
9c1402e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
winnls.h
include/winnls.h
+1
-3
No files found.
include/winnls.h
View file @
d86abc49
...
...
@@ -348,7 +348,7 @@ static const WCHAR LOCALE_NAME_SYSTEM_DEFAULT[] = {'!','s','y','s','-','d','e','
#define SORT_DIGITSASNUMBERS 0x00000008
#define LINGUISTIC_IGNORECASE 0x00000010
#define LINGUISTIC_IGNOREDIACRITIC 0x00000020
#define SORT_STRINGSORT 0x00001000
#define SORT_STRINGSORT 0x00001000
/* Take punctuation into account */
#define NORM_IGNOREKANATYPE 0x00010000
#define NORM_IGNOREWIDTH 0x00020000
#define NORM_LINGUISTIC_CASING 0x08000000
...
...
@@ -395,8 +395,6 @@ static const WCHAR LOCALE_NAME_SYSTEM_DEFAULT[] = {'!','s','y','s','-','d','e','
#define LCMAP_SORTKEY 0x00000400
/* Create a sort key */
#define LCMAP_BYTEREV 0x00000800
/* Reverse the result */
#define SORT_STRINGSORT 0x00001000
/* Take punctuation into account */
#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 */
...
...
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