Support Win32

pull/49/head
Nguyen Trung Thanh 2021-10-16 15:51:10 +07:00
parent 27184a203f
commit 4e0fe23fff
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
#define __UNALIGNED_H_ #define __UNALIGNED_H_
#if defined(_MSC_VER) #if defined(_MSC_VER)
#define ICSNEO_UNALIGNED(x) __unaligned x //#define ICSNEO_UNALIGNED(x) __unaligned x
#define ICSNEO_UNALIGNED(x) x
#else #else
#define ICSNEO_UNALIGNED(x) x #define ICSNEO_UNALIGNED(x) x
#endif #endif