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
a7ca25aa
Commit
a7ca25aa
authored
Aug 25, 2006
by
Marcus Meissner
Committed by
Alexandre Julliard
Aug 26, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32: Remove unneccessary default debug channels.
parent
fd15b8d0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
theme_dialog.c
dlls/comctl32/theme_dialog.c
+0
-2
theme_edit.c
dlls/comctl32/theme_edit.c
+0
-2
theme_listbox.c
dlls/comctl32/theme_listbox.c
+0
-2
No files found.
dlls/comctl32/theme_dialog.c
View file @
a7ca25aa
...
...
@@ -32,8 +32,6 @@
#include "comctl32.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
themingdialog
);
/**********************************************************************
* The dialog subclass window proc.
*/
...
...
dlls/comctl32/theme_edit.c
View file @
a7ca25aa
...
...
@@ -32,8 +32,6 @@
#include "comctl32.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
themingedit
);
/* Draw themed border */
static
void
nc_paint
(
HTHEME
theme
,
HWND
hwnd
,
HRGN
region
)
{
...
...
dlls/comctl32/theme_listbox.c
View file @
a7ca25aa
...
...
@@ -32,8 +32,6 @@
#include "comctl32.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
theminglistbox
);
/* Draw themed border */
static
void
nc_paint
(
HTHEME
theme
,
HWND
hwnd
,
HRGN
region
)
{
...
...
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