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
3135b025
Commit
3135b025
authored
Dec 01, 2014
by
André Hentschel
Committed by
Alexandre Julliard
Dec 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32/tests: Remove unused strings (Clang).
parent
1454e302
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
actctx.c
dlls/kernel32/tests/actctx.c
+0
-2
file.c
dlls/kernel32/tests/file.c
+0
-2
No files found.
dlls/kernel32/tests/actctx.c
View file @
3135b025
...
...
@@ -304,8 +304,6 @@ static const WCHAR wndClass2W[] =
{
'w'
,
'n'
,
'd'
,
'C'
,
'l'
,
'a'
,
's'
,
's'
,
'2'
,
0
};
static
const
WCHAR
wndClass3W
[]
=
{
'w'
,
'n'
,
'd'
,
'C'
,
'l'
,
'a'
,
's'
,
's'
,
'3'
,
0
};
static
const
WCHAR
acr_manifest
[]
=
{
'a'
,
'c'
,
'r'
,
'.'
,
'm'
,
'a'
,
'n'
,
'i'
,
'f'
,
'e'
,
's'
,
't'
,
0
};
static
WCHAR
app_dir
[
MAX_PATH
],
exe_path
[
MAX_PATH
],
work_dir
[
MAX_PATH
],
work_dir_subdir
[
MAX_PATH
];
static
WCHAR
app_manifest_path
[
MAX_PATH
],
manifest_path
[
MAX_PATH
],
depmanifest_path
[
MAX_PATH
];
...
...
dlls/kernel32/tests/file.c
View file @
3135b025
...
...
@@ -47,9 +47,7 @@ static BOOL (WINAPI *pSetFileValidData)(HANDLE, LONGLONG);
static
HRESULT
(
WINAPI
*
pCopyFile2
)(
PCWSTR
,
PCWSTR
,
COPYFILE2_EXTENDED_PARAMETERS
*
);
static
HANDLE
(
WINAPI
*
pCreateFile2
)(
LPCWSTR
,
DWORD
,
DWORD
,
DWORD
,
CREATEFILE2_EXTENDED_PARAMETERS
*
);
/* keep filename and filenameW the same */
static
const
char
filename
[]
=
"testfile.xxx"
;
static
const
WCHAR
filenameW
[]
=
{
't'
,
'e'
,
's'
,
't'
,
'f'
,
'i'
,
'l'
,
'e'
,
'.'
,
'x'
,
'x'
,
'x'
,
0
};
static
const
char
sillytext
[]
=
"en larvig liten text dx
\033
gx hej 84 hej 4484 !
\001\033
bla bl
\n
a.. bla bla."
"1234 43 4kljf lf &%%%&&&&&& 34 4 34 3############# 33 3 3 3 # 3## 3"
...
...
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