blob: 2e6f14b0e2ab4e7270a6478242a2485ee1cebd5e [file] [log] [blame] [edit]
// 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;