Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ionescu007/SimpleVisor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Ionescu <aionescu@gmail.com>2017-03-15 06:13:17 +0300
committerAlex Ionescu <aionescu@gmail.com>2017-03-15 06:13:17 +0300
commitda15fb2990add069c6a659b4248122b46b09f4a4 (patch)
tree749bba9658ce5bcf75d8a32058e4eccc728cb3da /shv_x.h
parent57b0e633538b67e03804caffb5d8c59227c68adf (diff)
Cleanup source
Diffstat (limited to 'shv_x.h')
-rw-r--r--shv_x.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shv_x.h b/shv_x.h
index 624b978..76d1257 100644
--- a/shv_x.h
+++ b/shv_x.h
@@ -25,6 +25,8 @@ Environment:
#include "vmx.h"
+#define ShvOsRestoreContext RtlRestoreContext
+
#define SHV_STATUS_SUCCESS 0
#define SHV_STATUS_NOT_AVAILABLE -1
#define SHV_STATUS_NO_RESOURCES -2