mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Add _M_IX86 macro for MSVC
This commit is contained in:
parent
e31c7d3b31
commit
4b49291653
@ -114,7 +114,7 @@
|
||||
#define BIG_ENDIAN __BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
#if defined(__i386) || defined(__x86_64)
|
||||
#if defined(__i386) || defined(__x86_64) || defined(_M_IX86)
|
||||
#define MISALIGNED_OK 1
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user