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

github.com/mumble-voip/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/hde/hde64.c')
-rw-r--r--src/hde/hde64.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hde/hde64.c b/src/hde/hde64.c
index 72f9517..c23e2fc 100644
--- a/src/hde/hde64.c
+++ b/src/hde/hde64.c
@@ -5,6 +5,8 @@
*
*/
+#if defined(_M_X64) || defined(__x86_64__)
+
#include "hde64.h"
#include "table64.h"
@@ -331,3 +333,5 @@ unsigned int hde64_disasm(const void *code, hde64s *hs)
return (unsigned int)hs->len;
}
+
+#endif // defined(_M_X64) || defined(__x86_64__)