Release 980215
[wine/multimedia.git] / include / stddebug.h
blob71c6092b2e43c8b6c06be45908dce498fc3c45b6
1 /* If you define this you can enable or disable specific debugging- */
2 /* messages at run-time by supplying the "-debugmsg" option to Wine */
3 #define DEBUG_RUNTIME /* */
6 /* Define this if you want to enable all debugging-messages, except */
7 /* the ones explicitly disabled in a specific *.c-file. */
8 /* #define DEBUG_ALL */
10 /* Define this if you want to enable all debugging-messages, even */
11 /* the ones explicitly disabled in specific *.c-files. */
12 /* #define DEBUG_ALL_EXT */
14 /* Define this if you want to disable all debugging-messages, except */
15 /* the ones explicitly enabled in a specifiy *.c-file. */
16 /* #define DEBUG_NONE */
18 /* Define this if you want to disable all debugging-messages, even */
19 /* the ones explicitly enabled in specific *.c-files. */
20 /* #define DEBUG_NONE_EXT */
23 /* You can enable or disable specific debugging-messages here. */
24 /* However, this can be overridden in the individual *.c-files */
25 /* between #include <stddebug.h> and #include <debug.h> */
28 /* #define DEBUG_EDIT */
29 /* #define DEBUG_MENU */
30 /* #define DEBUG_MENUCALC */
31 /* #define DEBUG_SCROLL */
32 /* #define DEBUG_COMBO */
33 /* #define DEBUG_LISTBOX */
34 /* #define DEBUG_TASK */
35 /* #define DEBUG_SELECTORS */
36 /* #define DEBUG_RESOURCE */
37 /* #define DEBUG_ACCEL */
38 /* #define DEBUG_FIXUP */
39 /* #define DEBUG_MODULE */
40 /* #define DEBUG_LDT */
41 /* #define DEBUG_HEAP */
42 /* #define DEBUG_MCIANIM */
43 /* #define DEBUG_MCIWAVE */
44 /* #define DEBUG_MIDI */
45 /* #define DEBUG_INT */
46 /* #define DEBUG_METAFILE */
47 /* #define DEBUG_GDI */
48 /* #define DEBUG_BITMAP */
49 /* #define DEBUG_FONT */
50 /* #define DEBUG_PALETTE */
51 /* #define DEBUG_ICON */
52 /* #define DEBUG_REGION */
53 /* #define DEBUG_TEXT */
54 /* #define DEBUG_CLIPPING */
55 /* #define DEBUG_CARET */
56 /* #define DEBUG_CLASS */
57 /* #define DEBUG_DC */
58 /* #define DEBUG_DIALOG */
59 /* #define DEBUG_MESSAGE */
60 /* #define DEBUG_EVENT */
61 /* #define DEBUG_KEY */
62 /* #define DEBUG_GRAPHICS */
63 /* #define DEBUG_MDI */
64 /* #define DEBUG_MSG */
65 /* #define DEBUG_NONCLIENT */
66 /* #define DEBUG_SYSCOLOR */
67 /* #define DEBUG_TIMER */
68 /* #define DEBUG_UTILITY */
69 /* #define DEBUG_WIN */
70 /* #define DEBUG_ENUM */
71 /* #define DEBUG_DLL */
72 /* #define DEBUG_MSGBOX */
73 /* #define DEBUG_CATCH */
76 /* Do not remove this line or change anything below this line */
78 #ifdef DEBUG_NONE
79 #undef DEBUG_ACCEL
80 #undef DEBUG_ASPI
81 #undef DEBUG_ATOM
82 #undef DEBUG_BITBLT
83 #undef DEBUG_BITMAP
84 #undef DEBUG_CARET
85 #undef DEBUG_CDAUDIO
86 #undef DEBUG_CLASS
87 #undef DEBUG_CLIPBOARD
88 #undef DEBUG_CLIPPING
89 #undef DEBUG_COMBO
90 #undef DEBUG_COMM
91 #undef DEBUG_COMMDLG
92 #undef DEBUG_CRTDLL
93 #undef DEBUG_CURSOR
94 #undef DEBUG_DC
95 #undef DEBUG_DDE
96 #undef DEBUG_DDRAW
97 #undef DEBUG_DIALOG
98 #undef DEBUG_DLL
99 #undef DEBUG_DOSFS
100 #undef DEBUG_DRIVER
101 #undef DEBUG_DSOUND
102 #undef DEBUG_EDIT
103 #undef DEBUG_EVENT
104 #undef DEBUG_EXEC
105 #undef DEBUG_FILE
106 #undef DEBUG_FIXUP
107 #undef DEBUG_FONT
108 #undef DEBUG_GDI
109 #undef DEBUG_GLOBAL
110 #undef DEBUG_GRAPHICS
111 #undef DEBUG_HEAP
112 #undef DEBUG_HOOK
113 #undef DEBUG_ICON
114 #undef DEBUG_INT
115 #undef DEBUG_KEY
116 #undef DEBUG_KEYBOARD
117 #undef DEBUG_LDT
118 #undef DEBUG_LISTBOX
119 #undef DEBUG_LOCAL
120 #undef DEBUG_MCI
121 #undef DEBUG_MCIANIM
122 #undef DEBUG_MCIWAVE
123 #undef DEBUG_MDI
124 #undef DEBUG_MENU
125 #undef DEBUG_MESSAGE
126 #undef DEBUG_METAFILE
127 #undef DEBUG_MIDI
128 #undef DEBUG_MMAUX
129 #undef DEBUG_MMIO
130 #undef DEBUG_MMSYS
131 #undef DEBUG_MMTIME
132 #undef DEBUG_MODULE
133 #undef DEBUG_MSG
134 #undef DEBUG_NONCLIENT
135 #undef DEBUG_OLE
136 #undef DEBUG_PALETTE
137 #undef DEBUG_PROFILE
138 #undef DEBUG_PROGRESS
139 #undef DEBUG_PROP
140 #undef DEBUG_REG
141 #undef DEBUG_REGION
142 #undef DEBUG_RELAY
143 #undef DEBUG_RESOURCE
144 #undef DEBUG_SCROLL
145 #undef DEBUG_SELECTOR
146 #undef DEBUG_SEM
147 #undef DEBUG_SENDMSG
148 #undef DEBUG_SHM
149 #undef DEBUG_STRESS
150 #undef DEBUG_STRING
151 #undef DEBUG_TASK
152 #undef DEBUG_TEXT
153 #undef DEBUG_THUNK
154 #undef DEBUG_TIMER
155 #undef DEBUG_TOOLHELP
156 #undef DEBUG_TWEAK
157 #undef DEBUG_UPDOWN
158 #undef DEBUG_VER
159 #undef DEBUG_VIRTUAL
160 #undef DEBUG_VXD
161 #undef DEBUG_WIN
162 #undef DEBUG_WIN16DRV
163 #undef DEBUG_WIN32
164 #undef DEBUG_WINSOCK
165 #undef DEBUG_X11
166 #endif
168 #ifdef DEBUG_ALL
169 #define DEBUG_ACCEL
170 #define DEBUG_ASPI
171 #define DEBUG_ATOM
172 #define DEBUG_BITBLT
173 #define DEBUG_BITMAP
174 #define DEBUG_CARET
175 #define DEBUG_CDAUDIO
176 #define DEBUG_CLASS
177 #define DEBUG_CLIPBOARD
178 #define DEBUG_CLIPPING
179 #define DEBUG_COMBO
180 #define DEBUG_COMM
181 #define DEBUG_COMMDLG
182 #define DEBUG_CRTDLL
183 #define DEBUG_CURSOR
184 #define DEBUG_DC
185 #define DEBUG_DDE
186 #define DEBUG_DDRAW
187 #define DEBUG_DIALOG
188 #define DEBUG_DLL
189 #define DEBUG_DOSFS
190 #define DEBUG_DRIVER
191 #define DEBUG_DSOUND
192 #define DEBUG_EDIT
193 #define DEBUG_EVENT
194 #define DEBUG_EXEC
195 #define DEBUG_FILE
196 #define DEBUG_FIXUP
197 #define DEBUG_FONT
198 #define DEBUG_GDI
199 #define DEBUG_GLOBAL
200 #define DEBUG_GRAPHICS
201 #define DEBUG_HEAP
202 #define DEBUG_HOOK
203 #define DEBUG_ICON
204 #define DEBUG_INT
205 #define DEBUG_KEY
206 #define DEBUG_KEYBOARD
207 #define DEBUG_LDT
208 #define DEBUG_LISTBOX
209 #define DEBUG_LOCAL
210 #define DEBUG_MCI
211 #define DEBUG_MCIANIM
212 #define DEBUG_MCIWAVE
213 #define DEBUG_MDI
214 #define DEBUG_MENU
215 #define DEBUG_MESSAGE
216 #define DEBUG_METAFILE
217 #define DEBUG_MIDI
218 #define DEBUG_MMAUX
219 #define DEBUG_MMIO
220 #define DEBUG_MMSYS
221 #define DEBUG_MMTIME
222 #define DEBUG_MODULE
223 #define DEBUG_MSG
224 #define DEBUG_NONCLIENT
225 #define DEBUG_OLE
226 #define DEBUG_PALETTE
227 #define DEBUG_PROFILE
228 #define DEBUG_PROGRESS
229 #define DEBUG_PROP
230 #define DEBUG_REG
231 #define DEBUG_REGION
232 #define DEBUG_RELAY
233 #define DEBUG_RESOURCE
234 #define DEBUG_SCROLL
235 #define DEBUG_SELECTOR
236 #define DEBUG_SEM
237 #define DEBUG_SENDMSG
238 #define DEBUG_SHM
239 #define DEBUG_STRESS
240 #define DEBUG_STRING
241 #define DEBUG_TASK
242 #define DEBUG_TEXT
243 #define DEBUG_THUNK
244 #define DEBUG_TIMER
245 #define DEBUG_TOOLHELP
246 #define DEBUG_TWEAK
247 #define DEBUG_UPDOWN
248 #define DEBUG_VER
249 #define DEBUG_VIRTUAL
250 #define DEBUG_VXD
251 #define DEBUG_WIN
252 #define DEBUG_WIN16DRV
253 #define DEBUG_WIN32
254 #define DEBUG_WINSOCK
255 #define DEBUG_X11
256 #endif