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
2ecbdb85
Commit
2ecbdb85
authored
Aug 07, 2016
by
André Hentschel
Committed by
Alexandre Julliard
Aug 08, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32/tests: Remove superfluous filler definitions.
Signed-off-by:
André Hentschel
<
nerv@dawncrow.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c5868eed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
loader.c
dlls/kernel32/tests/loader.c
+0
-2
No files found.
dlls/kernel32/tests/loader.c
View file @
2ecbdb85
...
...
@@ -2128,7 +2128,6 @@ static void test_ExitProcess(void)
}
section_data
=
{
0xb8
,
dll_entry_point
,
{
0xff
,
0xe0
}
};
#endif
#include "poppack.h"
static
const
char
filler
[
0x1000
];
DWORD
dummy
,
file_align
;
HANDLE
file
,
thread
,
process
,
hmap
,
hmap_dup
;
char
temp_path
[
MAX_PATH
],
dll_name
[
MAX_PATH
],
cmdline
[
MAX_PATH
*
2
];
...
...
@@ -2630,7 +2629,6 @@ static void test_ResolveDelayLoadedAPI(void)
{
static
const
char
test_dll
[]
=
"secur32.dll"
;
static
const
char
test_func
[]
=
"SealMessage"
;
static
const
char
filler
[
0x1000
];
char
temp_path
[
MAX_PATH
];
char
dll_name
[
MAX_PATH
];
IMAGE_DELAYLOAD_DESCRIPTOR
idd
,
*
delaydir
;
...
...
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