mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
996c0bff59
kernel32 functions, plus a few small cleanups.
12 lines
258 B
C
12 lines
258 B
C
#ifndef __WINE_NTDLL_MISC_H
|
|
#define __WINE_NTDLL_MISC_H
|
|
|
|
#include "ntdef.h"
|
|
#include "winnt.h"
|
|
|
|
/* debug helper */
|
|
extern LPCSTR debugstr_us( const UNICODE_STRING *str );
|
|
extern void dump_ObjectAttributes (const OBJECT_ATTRIBUTES *ObjectAttributes);
|
|
|
|
#endif
|