소스 검색

Correct default structure packing on Windows ARM64

See issue #5454 for details
Cameron Gutman 3 년 전
부모
커밋
a60986caa8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/begin_code.h

+ 1 - 1
include/begin_code.h

@@ -107,7 +107,7 @@
 #ifdef __BORLANDC__
 #pragma nopackwarning
 #endif
-#ifdef _M_X64
+#ifdef _WIN64
 /* Use 8-byte alignment on 64-bit architectures, so pointers are aligned */
 #pragma pack(push,8)
 #else