summaryrefslogtreecommitdiffstats
path: root/loader/wine/debugtools.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-02 12:27:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-02 12:27:33 +0000
commitefb42f1aaa721e5aeaa7b9cbf755125ed9d559a7 (patch)
tree4c78fcc265be1bfc25751cfae0661606527237d6 /loader/wine/debugtools.h
parent4f88dffa130591daa88a30a30e02406b8566a49a (diff)
downloadmpv-efb42f1aaa721e5aeaa7b9cbf755125ed9d559a7.tar.bz2
mpv-efb42f1aaa721e5aeaa7b9cbf755125ed9d559a7.tar.xz
Get rid of superfluous __WINE__ #define, it was always enabled and
cluttered the code. Blessed by Reimar. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23448 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/wine/debugtools.h')
-rw-r--r--loader/wine/debugtools.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/loader/wine/debugtools.h b/loader/wine/debugtools.h
index ce2448db87..8204079497 100644
--- a/loader/wine/debugtools.h
+++ b/loader/wine/debugtools.h
@@ -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 @@ extern int dbg_printf(const char *format, ...);
#define DPRINTF dbg_printf
#define MESSAGE dbg_printf
-#endif /* __WINE__ */
-
#endif /* __WINE_DEBUGTOOLS_H */