Sweden-Number/dlls/ntdll/ntdll_misc.h

12 lines
258 B
C
Raw Normal View History

#ifndef __WINE_NTDLL_MISC_H
#define __WINE_NTDLL_MISC_H
#include "ntdef.h"
#include "winnt.h"
/* debug helper */
2000-08-26 23:16:36 +02:00
extern LPCSTR debugstr_us( const UNICODE_STRING *str );
2000-10-15 02:39:11 +02:00
extern void dump_ObjectAttributes (const OBJECT_ATTRIBUTES *ObjectAttributes);
#endif