aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-07-07 01:35:05 +0200
committerToni Uhlig <matzeton@googlemail.com>2019-07-07 01:35:05 +0200
commitebe459d8f98636e94afe1b6525560c1a61114530 (patch)
tree72128463fe1a985ad793abda23d098618d71f4c1 /include
parentf661be495da085eacceae17f0e2edf986a4279d1 (diff)
project structure refactoring
Diffstat (limited to 'include')
-rw-r--r--include/KInterface.h2
-rw-r--r--include/KMemDriver.h (renamed from include/Driver.h)3
2 files changed, 4 insertions, 1 deletions
diff --git a/include/KInterface.h b/include/KInterface.h
index a8a7ee2..7f485a6 100644
--- a/include/KInterface.h
+++ b/include/KInterface.h
@@ -1,6 +1,6 @@
#pragma once
-#include "Driver.h"
+#include "KMemDriver.h"
#include <vector>
#include <Windows.h>
diff --git a/include/Driver.h b/include/KMemDriver.h
index 6a41fe2..c6bd734 100644
--- a/include/Driver.h
+++ b/include/KMemDriver.h
@@ -4,6 +4,9 @@
#include "Native.h"
#else
#include <windows.h>
+#ifndef NTSTATUS
+typedef _Return_type_success_(return >= 0) LONG NTSTATUS;
+#endif
#endif
#define HDR_MAGIC 0xDEADC0DE