1 2 3 4 5 6 7 8 9 10
#ifndef CONFIG_ALL_H #define CONFIG_ALL_H #if !defined(__x86_64) && !defined(_M_X64) && !defined(__i386) && !defined(_M_IX86) #define NO_UNALIGNED_ACCESS 1 #endif #endif