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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ntint.h b/ntint.h
index 17e48f8..fdeb3b2 100644
--- a/ntint.h
+++ b/ntint.h
@@ -27,7 +27,6 @@ Environment:
#define DECLSPEC_NORETURN __declspec(noreturn)
#define FORCEINLINE __forceinline
#define C_ASSERT(x) static_assert(x, "Error")
-#define FIELD_OFFSET offsetof
#define UNREFERENCED_PARAMETER(x) (x)
#ifndef TRUE