Simplified wrc flags handling.
[wine.git] / dlls / ntdll / ntdll_misc.h
blobc2e87c8d6618c14daa421ff209b5d4621b743e33
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 (PANSI_STRING us);
9 extern LPCSTR debugstr_us (PUNICODE_STRING us);
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