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

github.com/TsudaKageyu/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/trampoline.c')
-rw-r--r--src/trampoline.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/trampoline.c b/src/trampoline.c
index ac37f0f..c267088 100644
--- a/src/trampoline.c
+++ b/src/trampoline.c
@@ -28,6 +28,10 @@
#include <windows.h>
+#ifdef _MSC_VER
+ #include <intrin.h>
+#endif
+
#ifndef ARRAYSIZE
#define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0]))
#endif