summaryrefslogtreecommitdiffstats
path: root/third_party/rust/winapi-0.2.8/src/ntdef.rs
blob: 2e6f14b0e2ab4e7270a6478242a2485ee1cebd5e (plain)
1
2
3
4
5
6
7
// Copyright © 2015, skdltmxn
// Licensed under the MIT License <LICENSE.md>
//! Type definitions for the basic types.
//909
pub type NTSTATUS = ::LONG;
pub type PNTSTATUS = *mut NTSTATUS;
pub type PCNTSTATUS = *const NTSTATUS;