KDE 1.x has problems with using XShapeCombineMask when there was no
[wine/hacks.git] / dlls / ntdll / ntdll_misc.h
blob1e269f448a54d515ebd5539335041675bb4f839c
1 #ifndef __WINE_NTDLL_MISC_H
2 #define __WINE_NTDLL_MISC_H
4 #include "ntdef.h"
5 #include "winnt.h"
7 /* debug helper */
8 extern LPCSTR debugstr_as( const STRING *str );
9 extern LPCSTR debugstr_us( const UNICODE_STRING *str );
10 extern void dump_ObjectAttributes (POBJECT_ATTRIBUTES ObjectAttributes);
11 extern void dump_AnsiString(PANSI_STRING as, BOOLEAN showstring);
12 extern void dump_UnicodeString(PUNICODE_STRING us, BOOLEAN showstring);
14 #endif