Commit 3d6febc9 authored by Alexandre Julliard's avatar Alexandre Julliard

include: Get rid of the DPRINTF() macro.

parent 49ab8b1b
......@@ -31,7 +31,6 @@
#include <CoreServices/CoreServices.h>
#undef LoadResource
#undef GetCurrentThread
#undef DPRINTF
#endif
#include <stdio.h>
......
......@@ -61,7 +61,6 @@
#undef CompareString
#undef GetCurrentThread
#undef _CDECL
#undef DPRINTF
#undef GetCurrentProcess
#undef AnimatePalette
#undef EqualRgn
......
......@@ -30,7 +30,6 @@
#include <CoreServices/CoreServices.h>
#undef GetCurrentThread
#undef LoadResource
#undef DPRINTF
#endif
#include "windef.h"
......
......@@ -75,7 +75,6 @@
#undef SetRect
#undef ShowCursor
#undef UnionRect
#undef DPRINTF
#endif
#define COBJMACROS
......
......@@ -29,8 +29,6 @@
#include <AudioToolbox/AudioToolbox.h>
#undef ULONG
#undef HRESULT
#undef DPRINTF
#undef STDMETHODCALLTYPE
#include "coreaudio.h"
#include "wine/debug.h"
......
......@@ -50,7 +50,6 @@
#undef GetCurrentThread
#undef GetCurrentProcess
#undef _CDECL
#undef DPRINTF
#include "windef.h"
#include "winbase.h"
......
......@@ -83,7 +83,6 @@
#undef SetRect
#undef ShowCursor
#undef UnionRect
#undef DPRINTF
#include <pthread.h>
......
......@@ -66,7 +66,6 @@
#undef CompareString
#undef GetCurrentThread
#undef _CDECL
#undef DPRINTF
#undef GetCurrentProcess
#undef AnimatePalette
#undef EqualRgn
......@@ -102,7 +101,6 @@
#undef ULONG
#undef HRESULT
#undef DPRINTF
#undef STDMETHODCALLTYPE
#include <assert.h>
......
......@@ -67,7 +67,6 @@
#undef CompareString
#undef GetCurrentThread
#undef _CDECL
#undef DPRINTF
#undef GetCurrentProcess
#undef AnimatePalette
#undef EqualRgn
......@@ -103,7 +102,6 @@
#undef ULONG
#undef HRESULT
#undef DPRINTF
#undef STDMETHODCALLTYPE
#include <assert.h>
......
......@@ -66,7 +66,6 @@
#undef CompareString
#undef GetCurrentThread
#undef _CDECL
#undef DPRINTF
#undef GetCurrentProcess
#undef AnimatePalette
#undef EqualRgn
......@@ -102,7 +101,6 @@
#undef ULONG
#undef HRESULT
#undef DPRINTF
#undef STDMETHODCALLTYPE
#include "windef.h"
......
......@@ -67,7 +67,6 @@
#undef CompareString
#undef GetCurrentThread
#undef _CDECL
#undef DPRINTF
#undef GetCurrentProcess
#undef AnimatePalette
#undef EqualRgn
......@@ -103,7 +102,6 @@
#undef ULONG
#undef HRESULT
#undef DPRINTF
#undef STDMETHODCALLTYPE
#define COBJMACROS
......
......@@ -26,7 +26,6 @@
#include <CoreServices/CoreServices.h>
#undef GetCurrentThread
#undef LoadResource
#undef DPRINTF
#endif
#include "windef.h"
......
......@@ -34,7 +34,6 @@
#include <CoreServices/CoreServices.h>
#undef GetCurrentThread
#undef LoadResource
#undef DPRINTF
#endif
#include "winsock2.h"
......
......@@ -102,7 +102,6 @@
#undef SetRect
#undef ShowCursor
#undef UnionRect
#undef DPRINTF
#endif
#include "wine/library.h"
......
......@@ -496,7 +496,6 @@ static inline const char *wine_dbgstr_variant( const VARIANT *v )
static struct __wine_debug_channel __wine_dbch_##ch = { 0xff, #ch }; \
static struct __wine_debug_channel * const __wine_dbch___default = &__wine_dbch_##ch
#define WINE_DPRINTF wine_dbg_printf
#define WINE_MESSAGE wine_dbg_printf
#ifdef __WINESRC__
......@@ -530,7 +529,6 @@ static inline const char *debugstr_variant( const VARIANT *v ) { return wine_dbg
#define ERR_(ch) WINE_ERR_(ch)
#define ERR_ON(ch) WINE_ERR_ON(ch)
#define DPRINTF WINE_DPRINTF
#define MESSAGE WINE_MESSAGE
#endif /* __WINESRC__ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment