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
810ed5c8
Commit
810ed5c8
authored
Oct 22, 2014
by
Amine Khaldi
Committed by
Alexandre Julliard
Oct 23, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Remove some unused variables (Clang).
parent
16ab1bdd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
format_msg.c
dlls/kernel32/format_msg.c
+0
-2
locale.c
dlls/kernel32/locale.c
+0
-11
No files found.
dlls/kernel32/format_msg.c
View file @
810ed5c8
...
@@ -68,8 +68,6 @@ struct format_args
...
@@ -68,8 +68,6 @@ struct format_args
* Yes, ANSI strings in win32 resources. Go figure.
* Yes, ANSI strings in win32 resources. Go figure.
*/
*/
static
const
WCHAR
FMTWSTR
[]
=
{
'%'
,
's'
,
0
};
/**********************************************************************
/**********************************************************************
* load_message (internal)
* load_message (internal)
*/
*/
...
...
dlls/kernel32/locale.c
View file @
810ed5c8
...
@@ -3456,17 +3456,6 @@ static BOOL NLS_GetLanguageGroupName(LGRPID lgrpid, LPWSTR szName, ULONG nameSiz
...
@@ -3456,17 +3456,6 @@ static BOOL NLS_GetLanguageGroupName(LGRPID lgrpid, LPWSTR szName, ULONG nameSiz
return
bRet
;
return
bRet
;
}
}
/* Registry keys for NLS related information */
static
const
WCHAR
szCountryListName
[]
=
{
'M'
,
'a'
,
'c'
,
'h'
,
'i'
,
'n'
,
'e'
,
'\\'
,
'S'
,
'o'
,
'f'
,
't'
,
'w'
,
'a'
,
'r'
,
'e'
,
'\\'
,
'M'
,
'i'
,
'c'
,
'r'
,
'o'
,
's'
,
'o'
,
'f'
,
't'
,
'\\'
,
'W'
,
'i'
,
'n'
,
'd'
,
'o'
,
'w'
,
's'
,
'\\'
,
'C'
,
'u'
,
'r'
,
'r'
,
'e'
,
'n'
,
't'
,
'V'
,
'e'
,
'r'
,
's'
,
'i'
,
'o'
,
'n'
,
'\\'
,
'T'
,
'e'
,
'l'
,
'e'
,
'p'
,
'h'
,
'o'
,
'n'
,
'y'
,
'\\'
,
'C'
,
'o'
,
'u'
,
'n'
,
't'
,
'r'
,
'y'
,
' '
,
'L'
,
'i'
,
's'
,
't'
,
'\0'
};
/* Callback function ptrs for EnumSystemLanguageGroupsA/W */
/* Callback function ptrs for EnumSystemLanguageGroupsA/W */
typedef
struct
typedef
struct
{
{
...
...
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