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
8e85b370
Commit
8e85b370
authored
Oct 14, 2004
by
Gerald Pfeifer
Committed by
Alexandre Julliard
Oct 14, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Completely disable unused function show_image().
parent
db7a5058
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
imagelist.c
dlls/comctl32/tests/imagelist.c
+2
-2
No files found.
dlls/comctl32/tests/imagelist.c
View file @
8e85b370
...
@@ -156,9 +156,9 @@ static HDC show_image(HWND hwnd, HIMAGELIST himl, int idx, int size,
...
@@ -156,9 +156,9 @@ static HDC show_image(HWND hwnd, HIMAGELIST himl, int idx, int size,
}
}
/* Useful for checking differences */
/* Useful for checking differences */
#if 0
static void dump_bits(const BYTE *p, const BYTE *q, int size)
static void dump_bits(const BYTE *p, const BYTE *q, int size)
{
{
#if 0
int i, j;
int i, j;
size /= 8;
size /= 8;
...
@@ -176,8 +176,8 @@ static void dump_bits(const BYTE *p, const BYTE *q, int size)
...
@@ -176,8 +176,8 @@ static void dump_bits(const BYTE *p, const BYTE *q, int size)
q += size * 4;
q += size * 4;
}
}
printf("\n");
printf("\n");
#endif
}
}
#endif
static
void
check_bits
(
HWND
hwnd
,
HIMAGELIST
himl
,
int
idx
,
int
size
,
static
void
check_bits
(
HWND
hwnd
,
HIMAGELIST
himl
,
int
idx
,
int
size
,
const
BYTE
*
checkbits
,
LPCSTR
loc
)
const
BYTE
*
checkbits
,
LPCSTR
loc
)
...
...
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