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:
Diffstat (limited to 'ntint.h')
-rw-r--r--ntint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ntint.h b/ntint.h
index fdeb3b2..9fcb1d7 100644
--- a/ntint.h
+++ b/ntint.h
@@ -21,6 +21,8 @@ Environment:
--*/
#pragma once
+#pragma warning(disable:4201)
+#pragma warning(disable:4214)
#define VOID void
#define DECLSPEC_ALIGN(x) __declspec(align(x))