[SDK] Fix preprocessor usage
Signed-off-by: Quinn Stephens <quinn@osmora.org>
This commit is contained in:
@@ -13,6 +13,8 @@ Abstract:
|
||||
|
||||
--*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef _GUIDDEF_H
|
||||
#define _GUIDDEF_H
|
||||
|
||||
|
@@ -13,6 +13,8 @@ Abstract:
|
||||
|
||||
--*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef _NT_H
|
||||
#define _NT_H
|
||||
|
||||
|
@@ -13,6 +13,8 @@ Abstract:
|
||||
|
||||
--*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef _NTDEF_H
|
||||
#define _NTDEF_H
|
||||
|
||||
@@ -144,7 +146,7 @@ typedef UCHAR BOOLEAN;
|
||||
//
|
||||
// Numeric pointer types.
|
||||
//
|
||||
#ifdef _WIN64
|
||||
#if defined(_WIN64)
|
||||
typedef LONGLONG LONG_PTR;
|
||||
typedef ULONGLONG ULONG_PTR;
|
||||
#else
|
||||
|
@@ -13,6 +13,8 @@ Abstract:
|
||||
|
||||
--*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef _NTIMAGE_H
|
||||
#define _NTIMAGE_H
|
||||
|
||||
|
@@ -13,10 +13,12 @@ Abstract:
|
||||
|
||||
--*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef _NTRTL_H
|
||||
#define _NTRTL_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -204,7 +206,7 @@ RtlGUIDFromString (
|
||||
OUT GUID *Guid
|
||||
);
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@@ -13,6 +13,8 @@ Abstract:
|
||||
|
||||
--*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef _NTSTATUS_H
|
||||
#define _NTSTATUS_H
|
||||
|
||||
|
Reference in New Issue
Block a user