Removes all unnecessary WINE_DEFAULT_DEBUG_CHANNEL and respective wine/debug.h includes.

oldstable
Marcus Meissner 2006-09-10 11:09:26 +02:00 committed by Alexandre Julliard
parent 08e1260057
commit 0c15360a3e
22 changed files with 2 additions and 63 deletions

View File

@ -64,8 +64,6 @@ There is still some work to be done:
if (B) SetLastError(B); } while(0)
WINE_DEFAULT_DEBUG_CHANNEL(cabinet);
typedef struct {
cab_UBYTE signature[4]; /* !CAB for unfinished cabinets else MSCF */
cab_ULONG reserved1;

View File

@ -55,11 +55,11 @@ BOOL BIDI_Reorder(
UINT *lpOrder /* [out] Logical -> Visual order map */
)
{
#ifdef HAVE_ICU
TRACE("%s, %d, 0x%08lx lpOutString=%p, lpOrder=%p\n",
debugstr_wn(lpString, uCount), uCount, dwFlags,
lpOutString, lpOrder);
#ifdef HAVE_ICU
if ((dwFlags & GCP_REORDER) != 0) {
UBiDi *bidi;
UErrorCode err=0;

View File

@ -28,8 +28,6 @@
#include "enhmetafiledrv.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(enhmetafile);
BOOL EMFDRV_PatBlt( PHYSDEV dev, INT left, INT top,
INT width, INT height, DWORD rop )
{

View File

@ -38,8 +38,6 @@
#include "wine/debug.h"
#include "resource.h"
WINE_DEFAULT_DEBUG_CHANNEL(twain);
static HBITMAP static_bitmap;
static INT_PTR CALLBACK ConnectingProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)

View File

@ -26,8 +26,6 @@
#include "winerror.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(imagehlp);
/**********************************************************************/
HANDLE IMAGEHLP_hHeap = NULL;

View File

@ -38,10 +38,6 @@
#include "wine/unicode.h"
#include "kernel_private.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(atom);
#define MAX_ATOM_LEN 255
/******************************************************************

View File

@ -28,9 +28,6 @@
#include "toolhelp.h"
#include "kernel_private.h"
#include "kernel16_private.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(kernel);
/**************************************************************************
* DllEntryPoint (KERNEL.669)

View File

@ -19,7 +19,6 @@
*/
#include "config.h"
#include "wine/debug.h"
#include <stdarg.h>
@ -34,8 +33,6 @@
#include "mscms_priv.h"
WINE_DEFAULT_DEBUG_CHANNEL(mscms);
#ifdef HAVE_LCMS
static inline void MSCMS_adjust_endianess32( ULONG *ptr )

View File

@ -22,13 +22,10 @@
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include "query.h"
#include "sql.tab.h"
WINE_DEFAULT_DEBUG_CHANNEL(msi);
/*
** All the keywords of the SQL language are stored as in a hash
** table composed of instances of the following structure.

View File

@ -20,9 +20,6 @@
#include "msvcrt.h"
#include "winnls.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(msvcrt);
/* Some abbreviations to make the following table readable */
#define _C_ MSVCRT__CONTROL

View File

@ -26,9 +26,6 @@
#include "lmcons.h"
#include "lmbrowsr.h"
#include "lmshare.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(netapi32);
/************************************************************
* I_BrowserSetNetlogonState (NETAPI32.@)

View File

@ -21,12 +21,9 @@
#include "config.h"
#include "wine/port.h"
#include "wine/debug.h"
#include "nbnamecache.h"
WINE_DEFAULT_DEBUG_CHANNEL(netbios);
typedef struct _NBNameCacheNode
{
DWORD expireTime;

View File

@ -32,10 +32,6 @@
#include "windef.h"
#include "winternl.h"
#include "wine/unicode.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(ntdll);
/*********************************************************************
* _wcsicmp (NTDLL.@)

View File

@ -24,7 +24,6 @@
#include "wine/port.h"
#include "wine/library.h"
#include "wine/debug.h"
#include "windef.h"
#include "wincrypt.h"
@ -33,8 +32,6 @@
#include <stdio.h>
WINE_DEFAULT_DEBUG_CHANNEL(crypt);
/* Function prototypes copied from dlls/advapi32/crypt_md4.c */
VOID WINAPI MD4Init( MD4_CTX *ctx );
VOID WINAPI MD4Update( MD4_CTX *ctx, const unsigned char *buf, unsigned int len );

View File

@ -23,11 +23,9 @@
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "user_private.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(user);
#include "user_private.h"
static const USER_DRIVER null_driver, lazy_load_driver;

View File

@ -38,10 +38,6 @@
#include "wine/unicode.h"
#include "excpt.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(resource);
/***********************************************************************
* CharNextA (USER32.@)

View File

@ -29,10 +29,6 @@
#define TMT_ENUM 200
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(uxtheme);
typedef struct _MSSTYLES_PROPERTY_MAP {
WORD dwPrimitiveType;
WORD dwPropertyID;

View File

@ -22,9 +22,6 @@
#include <string.h>
#include "psdrv.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(psdrv);
DWORD RLE_encode(BYTE *in_buf, DWORD len, BYTE *out_buf)
{

View File

@ -23,9 +23,6 @@
#include <stdio.h>
#include "x11drv.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(x11drv);
/***********************************************************************
* X11DRV_GetRegionData

View File

@ -27,9 +27,6 @@
#include "winbase.h"
#include "winnls.h"
#include "x11font.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(text);
/***********************************************************************
* IsLegalDBCSChar for cp932/936/949/950/euc

View File

@ -28,9 +28,7 @@
#include "wingdi.h"
#include "winspool.h"
#include "wspool.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(winspool);
HINSTANCE WINSPOOL_hInstance = NULL;
/******************************************************************************

View File

@ -38,9 +38,6 @@
#include "winsock2.h"
#include "wine/unicode.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(winsock);
/*****************************************************************************
* inet_network [WSOCK32.1100]