Allow _unaligned and __unaligned on WIN32

This commit is contained in:
herman ten brugge 2023-04-15 15:33:14 +02:00
parent b006b98334
commit 24c930a9b8

View File

@ -68,9 +68,11 @@
#define __WINT_TYPE__ int
#endif
#if !defined _WIN32
/* extension to generate different code on old cpu's (>20y ago) */
#define _unaligned
#define __unaligned
#endif
#if __STDC_VERSION__ >= 201112L
# define __STDC_NO_ATOMICS__ 1