diff options
Diffstat (limited to 'src/vmmouse_proto.h')
-rw-r--r-- | src/vmmouse_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmmouse_proto.h b/src/vmmouse_proto.h index fa7dff1..5089e5b 100644 --- a/src/vmmouse_proto.h +++ b/src/vmmouse_proto.h @@ -60,7 +60,7 @@ uint32_t vE##_r; \ } -#ifdef VM_X86_64 +#ifdef __x86_64__ #define DECLARE_REG64_STRUCT(_r) \ union { \ |