mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +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
|
#define BIG_ENDIAN __BIG_ENDIAN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__i386) || defined(__x86_64)
|
#if defined(__i386) || defined(__x86_64) || defined(_M_IX86)
|
||||||
#define MISALIGNED_OK 1
|
#define MISALIGNED_OK 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user