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
48ed3e11
Commit
48ed3e11
authored
Oct 14, 1998
by
Marcus Meissner
Committed by
Alexandre Julliard
Oct 14, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed --disable-debug config option.
parent
5a17c038
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
debugtools.h
include/debugtools.h
+4
-4
No files found.
include/debugtools.h
View file @
48ed3e11
...
...
@@ -45,7 +45,7 @@ extern short debug_msg_enabled[][DEBUG_CLASS_COUNT];
#ifndef NO_TRACE_MSGS
#define TRACE(ch, fmt, args...) DPRINTF_(trace, ch, fmt, ## args)
#else
#define TRACE(ch, fmt, args...)
#define TRACE(ch, fmt, args...)
do { } while (0)
#endif
/* NO_TRACE_MSGS */
#ifndef NO_DEBUG_MSGS
...
...
@@ -53,9 +53,9 @@ extern short debug_msg_enabled[][DEBUG_CLASS_COUNT];
#define FIXME(ch, fmt, args...) DPRINTF_(fixme, ch, fmt, ## args)
#define DUMP(format, args...) DPRINTF(format, ## args)
#else
#define WARN(ch, fmt, args...)
#define FIXME(ch, fmt, args...)
#define DUMP(format, args...)
#define WARN(ch, fmt, args...)
do { } while (0)
#define FIXME(ch, fmt, args...)
do { } while (0)
#define DUMP(format, args...)
do { } while (0)
#endif
/* NO_DEBUG_MSGS */
/* define error macro regardless of what is configured */
...
...
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