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> #include <CoreServices/CoreServices.h>
#undef LoadResource #undef LoadResource
#undef GetCurrentThread #undef GetCurrentThread
#undef DPRINTF
#endif #endif
#include <stdio.h> #include <stdio.h>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -66,7 +66,6 @@
#undef CompareString #undef CompareString
#undef GetCurrentThread #undef GetCurrentThread
#undef _CDECL #undef _CDECL
#undef DPRINTF
#undef GetCurrentProcess #undef GetCurrentProcess
#undef AnimatePalette #undef AnimatePalette
#undef EqualRgn #undef EqualRgn
@ -102,7 +101,6 @@
#undef ULONG #undef ULONG
#undef HRESULT #undef HRESULT
#undef DPRINTF
#undef STDMETHODCALLTYPE #undef STDMETHODCALLTYPE
#include <assert.h> #include <assert.h>

View File

@ -67,7 +67,6 @@
#undef CompareString #undef CompareString
#undef GetCurrentThread #undef GetCurrentThread
#undef _CDECL #undef _CDECL
#undef DPRINTF
#undef GetCurrentProcess #undef GetCurrentProcess
#undef AnimatePalette #undef AnimatePalette
#undef EqualRgn #undef EqualRgn
@ -103,7 +102,6 @@
#undef ULONG #undef ULONG
#undef HRESULT #undef HRESULT
#undef DPRINTF
#undef STDMETHODCALLTYPE #undef STDMETHODCALLTYPE
#include <assert.h> #include <assert.h>

View File

@ -66,7 +66,6 @@
#undef CompareString #undef CompareString
#undef GetCurrentThread #undef GetCurrentThread
#undef _CDECL #undef _CDECL
#undef DPRINTF
#undef GetCurrentProcess #undef GetCurrentProcess
#undef AnimatePalette #undef AnimatePalette
#undef EqualRgn #undef EqualRgn
@ -102,7 +101,6 @@
#undef ULONG #undef ULONG
#undef HRESULT #undef HRESULT
#undef DPRINTF
#undef STDMETHODCALLTYPE #undef STDMETHODCALLTYPE
#include "windef.h" #include "windef.h"

View File

@ -67,7 +67,6 @@
#undef CompareString #undef CompareString
#undef GetCurrentThread #undef GetCurrentThread
#undef _CDECL #undef _CDECL
#undef DPRINTF
#undef GetCurrentProcess #undef GetCurrentProcess
#undef AnimatePalette #undef AnimatePalette
#undef EqualRgn #undef EqualRgn
@ -103,7 +102,6 @@
#undef ULONG #undef ULONG
#undef HRESULT #undef HRESULT
#undef DPRINTF
#undef STDMETHODCALLTYPE #undef STDMETHODCALLTYPE
#define COBJMACROS #define COBJMACROS

View File

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

View File

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

View File

@ -102,7 +102,6 @@
#undef SetRect #undef SetRect
#undef ShowCursor #undef ShowCursor
#undef UnionRect #undef UnionRect
#undef DPRINTF
#endif #endif
#include "wine/library.h" #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 __wine_dbch_##ch = { 0xff, #ch }; \
static struct __wine_debug_channel * const __wine_dbch___default = &__wine_dbch_##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 #define WINE_MESSAGE wine_dbg_printf
#ifdef __WINESRC__ #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_(ch) WINE_ERR_(ch)
#define ERR_ON(ch) WINE_ERR_ON(ch) #define ERR_ON(ch) WINE_ERR_ON(ch)
#define DPRINTF WINE_DPRINTF
#define MESSAGE WINE_MESSAGE #define MESSAGE WINE_MESSAGE
#endif /* __WINESRC__ */ #endif /* __WINESRC__ */