include: Get rid of the DPRINTF() macro.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-04-08 19:34:44 +02:00
parent 49ab8b1bbf
commit 3d6febc997
15 changed files with 0 additions and 21 deletions

View File

@ -31,7 +31,6 @@
#include <CoreServices/CoreServices.h>
#undef LoadResource
#undef GetCurrentThread
#undef DPRINTF
#endif
#include <stdio.h>

View File

@ -61,7 +61,6 @@
#undef CompareString
#undef GetCurrentThread
#undef _CDECL
#undef DPRINTF
#undef GetCurrentProcess
#undef AnimatePalette
#undef EqualRgn

View File

@ -30,7 +30,6 @@
#include <CoreServices/CoreServices.h>
#undef GetCurrentThread
#undef LoadResource
#undef DPRINTF
#endif
#include "windef.h"

View File

@ -75,7 +75,6 @@
#undef SetRect
#undef ShowCursor
#undef UnionRect
#undef DPRINTF
#endif
#define COBJMACROS

View File

@ -29,8 +29,6 @@
#include <AudioToolbox/AudioToolbox.h>
#undef ULONG
#undef HRESULT
#undef DPRINTF
#undef STDMETHODCALLTYPE
#include "coreaudio.h"
#include "wine/debug.h"

View File

@ -50,7 +50,6 @@
#undef GetCurrentThread
#undef GetCurrentProcess
#undef _CDECL
#undef DPRINTF
#include "windef.h"
#include "winbase.h"

View File

@ -83,7 +83,6 @@
#undef SetRect
#undef ShowCursor
#undef UnionRect
#undef DPRINTF
#include <pthread.h>

View File

@ -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>

View File

@ -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>

View File

@ -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"

View File

@ -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

View File

@ -26,7 +26,6 @@
#include <CoreServices/CoreServices.h>
#undef GetCurrentThread
#undef LoadResource
#undef DPRINTF
#endif
#include "windef.h"

View File

@ -34,7 +34,6 @@
#include <CoreServices/CoreServices.h>
#undef GetCurrentThread
#undef LoadResource
#undef DPRINTF
#endif
#include "winsock2.h"

View File

@ -102,7 +102,6 @@
#undef SetRect
#undef ShowCursor
#undef UnionRect
#undef DPRINTF
#endif
#include "wine/library.h"

View File

@ -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__ */