sync to trunk head (37853) (except rbuild changes)
[reactos.git] / reactos / include / crt / _mingw.h
index b38d8cf..f94a38c 100644 (file)
@@ -474,7 +474,7 @@ extern "C" {
 
 #ifndef UNALIGNED
 #if defined(__ia64__) || defined(__x86_64)
-#define UNALIGNED __CRT_UNALIGNED
+//#define UNALIGNED __CRT_UNALIGNED
 #else
 #define UNALIGNED
 #endif