source: trunk/src/ntdll/ntdll_misc.h@ 22012

Last change on this file since 22012 was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

File size: 445 bytes
Line 
1#ifndef __WINE_NTDLL_MISC_H
2#define __WINE_NTDLL_MISC_H
3
4#include "ntdef.h"
5#include "winnt.h"
6
7/* debug helper */
8extern LPCSTR debugstr_as( const STRING *str );
9extern LPCSTR debugstr_us( const UNICODE_STRING *str );
10
11#ifdef DEBUG
12extern void dump_ObjectAttributes (const OBJECT_ATTRIBUTES *ObjectAttributes);
13#else
14#define dump_ObjectAttributes(a)
15#endif
16
17extern void dump_UnicodeString(const UNICODE_STRING *us, BOOLEAN showstring);
18
19#endif
Note: See TracBrowser for help on using the repository browser.