From 414ad3febdf628089d2b8be93405a5f1023b06d0 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 11 Dec 2016 21:42:50 -0500 Subject: api headers: added hosted environment and visual studio support. --- include/ntapi/nt_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ntapi/nt_object.h') diff --git a/include/ntapi/nt_object.h b/include/ntapi/nt_object.h index 1a34a40..68aa6a5 100644 --- a/include/ntapi/nt_object.h +++ b/include/ntapi/nt_object.h @@ -1,7 +1,7 @@ #ifndef _NT_OBJECT_H_ #define _NT_OBJECT_H_ -#include +#include "nt_abi.h" typedef enum _nt_object_info_class { NT_OBJECT_BASIC_INFORMATION = 0, -- cgit v1.2.3