Removed debugstr.h.

This commit is contained in:
Alexandre Julliard 2000-01-29 19:49:58 +00:00
parent 8bc1d837d2
commit 0dd3655fd0
15 changed files with 13 additions and 54 deletions

View file

@ -11,7 +11,6 @@
#include "driver.h"
#include "mmsystem.h"
#include "winerror.h"
#include "debugstr.h"
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL(avifile)

View file

@ -5,11 +5,10 @@
#include "config.h"
#include "debugstr.h"
#include "debugtools.h"
#include "ntdll_misc.h"
DEFAULT_DEBUG_CHANNEL(ntdll)
DEFAULT_DEBUG_CHANNEL(ntdll);
void dump_ObjectAttributes (POBJECT_ATTRIBUTES oa)
{

View file

@ -11,13 +11,12 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "debugstr.h"
#include "debugtools.h"
#include "ntddk.h"
#include "ntdll_misc.h"
DEFAULT_DEBUG_CHANNEL(ntdll)
DEFAULT_DEBUG_CHANNEL(ntdll);
/*
* Timer object

View file

@ -16,7 +16,6 @@
#include "file.h"
#include "heap.h"
#include "winnls.h"
#include "debugstr.h"
#include "debugtools.h"
#include "winerror.h"
#include "stackframe.h"
@ -24,7 +23,7 @@
#include "ntddk.h"
#include "winreg.h"
DEFAULT_DEBUG_CHANNEL(ntdll)
DEFAULT_DEBUG_CHANNEL(ntdll);
#define NT_SUCCESS(status) (status == STATUS_SUCCESS)

View file

@ -6,7 +6,6 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "debugstr.h"
#include "debugtools.h"
#include "winerror.h"

View file

@ -14,10 +14,9 @@
#include "stackframe.h"
#include "builtin16.h"
#include "snoop.h"
#include "debugstr.h"
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL(snoop)
DEFAULT_DEBUG_CHANNEL(snoop);
#ifdef __i386__

View file

@ -1,28 +0,0 @@
#ifndef __WINE_DEBUGSTR_H
#define __WINE_DEBUGSTR_H
#include "windef.h"
/* These function return a printable version of a string, including
quotes. The string will be valid for some time, but not indefinitely
as strings are re-used. */
struct _GUID;
extern LPSTR debugstr_an (LPCSTR s, int n);
extern LPSTR debugstr_a (LPCSTR s);
extern LPSTR debugstr_wn (LPCWSTR s, int n);
extern LPSTR debugstr_w (LPCWSTR s);
extern LPSTR debugres_a (LPCSTR res);
extern LPSTR debugres_w (LPCWSTR res);
extern LPSTR debugstr_guid( const struct _GUID *id );
extern void debug_dumpstr (LPCSTR s);
extern LPSTR debugstr_hex_dump (const void *ptr, int len);
#ifdef __GNUC__
extern int dbg_printf(const char *format, ...) __attribute__((format (printf,1,2)));
#else
extern int dbg_printf(const char *format, ...);
#endif
#endif /* __WINE_DEBUGSTR_H */

View file

@ -57,7 +57,7 @@
#include <windef.h>
#ifdef __unix__
#include <debugstr.h>
#include <debugtools.h>
extern LPWSTR HEAP_strdupAtoW( HANDLE heap, DWORD flags, LPCSTR str );
#endif

View file

@ -30,11 +30,10 @@
#include "debugtools.h"
#include "libres.h"
#include "winerror.h"
#include "debugstr.h"
#include "winnls.h"
DEFAULT_DEBUG_CHANNEL(resource)
DECLARE_DEBUG_CHANNEL(accel)
DEFAULT_DEBUG_CHANNEL(resource);
DECLARE_DEBUG_CHANNEL(accel);
extern WORD WINE_LanguageId;

View file

@ -16,9 +16,8 @@
#include "heap.h"
#include "debugtools.h"
#include "cache.h"
#include "debugstr.h"
DEFAULT_DEBUG_CHANNEL(text)
DEFAULT_DEBUG_CHANNEL(text);
#define TAB 9
#define LF 10

View file

@ -12,11 +12,10 @@
#include "selectors.h"
#include "stackframe.h"
#include "syslevel.h"
#include "debugstr.h"
#include "main.h"
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL(relay)
DEFAULT_DEBUG_CHANNEL(relay);
char **debug_relay_excludelist = NULL, **debug_relay_includelist = NULL;

View file

@ -17,10 +17,9 @@
#include "peexe.h"
#include "selectors.h"
#include "stackframe.h"
#include "debugstr.h"
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL(snoop)
DEFAULT_DEBUG_CHANNEL(snoop);
char **debug_snoop_excludelist = NULL, **debug_snoop_includelist = NULL;

View file

@ -12,9 +12,8 @@
#include "callback.h"
#include "process.h"
#include "debugtools.h"
#include "debugstr.h"
DEFAULT_DEBUG_CHANNEL(thunk)
DEFAULT_DEBUG_CHANNEL(thunk);
#include "pshpack1.h"

View file

@ -14,10 +14,9 @@ at a later date. */
#include "winerror.h"
#include "heap.h"
#include "debugtools.h"
#include "debugstr.h"
DEFAULT_DEBUG_CHANNEL(win32)
DECLARE_DEBUG_CHANNEL(debug)
DEFAULT_DEBUG_CHANNEL(win32);
DECLARE_DEBUG_CHANNEL(debug);
/****************************************************************************

View file

@ -12,7 +12,6 @@
#include "heap.h"
#include "ldt.h"
#include "debugtools.h"
#include "debugstr.h"
#include "tweak.h"
DEFAULT_DEBUG_CHANNEL(dialog)