projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72b6ef3
)
Define missing PNTSTATUS.
author
Eric Kohl
<eric.kohl@reactos.org>
Mon, 12 Jul 2004 13:51:29 +0000
(13:51 +0000)
committer
Eric Kohl
<eric.kohl@reactos.org>
Mon, 12 Jul 2004 13:51:29 +0000
(13:51 +0000)
svn path=/trunk/; revision=10088
reactos/include/wine/winternl.h
patch
|
blob
|
history
diff --git
a/reactos/include/wine/winternl.h
b/reactos/include/wine/winternl.h
index
d122c54
..
0f5b7aa
100644
(file)
--- a/
reactos/include/wine/winternl.h
+++ b/
reactos/include/wine/winternl.h
@@
-33,7
+33,7
@@
extern "C" {
* Fundamental types and data structures
*/
-typedef LONG NTSTATUS;
+typedef LONG NTSTATUS
, *PNTSTATUS
;
typedef CONST char *PCSZ;