projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Storing an IP address in a signed int results in bugs if it starts
[wine]
/
dlls
/
ntdll
/
ntdll_misc.h
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 */
8
extern LPCSTR debugstr_us( const UNICODE_STRING *str );
9
extern void dump_ObjectAttributes (const OBJECT_ATTRIBUTES *ObjectAttributes);
10
11
#endif