Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo Ferrillo
wine
Commits
d86abc49
Commit
d86abc49
authored
12 years ago
by
Francois Gouget
Committed by
Alexandre Julliard
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
include: Remove a misplaced duplicate definition of SORT_STRINGSORT.
parent
9c1402e6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/winnls.h
+1
-3
1 addition, 3 deletions
include/winnls.h
with
1 addition
and
3 deletions
include/winnls.h
+
1
−
3
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 */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment