mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
Define missing PNTSTATUS.
svn path=/trunk/; revision=10088
This commit is contained in:
parent
72b6ef30e7
commit
32e7b224da
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ extern "C" {
|
|||
* Fundamental types and data structures
|
||||
*/
|
||||
|
||||
typedef LONG NTSTATUS;
|
||||
typedef LONG NTSTATUS, *PNTSTATUS;
|
||||
|
||||
typedef CONST char *PCSZ;
|
||||
|
||||
|
|
Loading…
Reference in a new issue