diff loader/wine/debugtools.h @ 23430:251338cf2f58

Get rid of superfluous __WINE__ #define, it was always enabled and cluttered the code. Blessed by Reimar.
author diego
date Sat, 02 Jun 2007 12:27:33 +0000
parents 3b5f5d1c5041
children c98c9e7f3bd0
line wrap: on
line diff
--- a/loader/wine/debugtools.h	Sat Jun 02 12:26:27 2007 +0000
+++ b/loader/wine/debugtools.h	Sat Jun 02 12:27:33 2007 +0000
@@ -2,8 +2,6 @@
 #ifndef __WINE_DEBUGTOOLS_H
 #define __WINE_DEBUGTOOLS_H
 
-#ifdef __WINE__  /* Debugging interface is internal to Wine */
-
 #include <stdarg.h>
 #include "config.h"
 #include "windef.h"
@@ -88,6 +86,4 @@
 #define DPRINTF dbg_printf
 #define MESSAGE dbg_printf
 
-#endif  /* __WINE__ */
-
 #endif  /* __WINE_DEBUGTOOLS_H */