Browse Source

Fix fallback aligned_alloc() detection

zrythm_meson
David Robillard 2 years ago
parent
commit
dc963989ba
  1. 2
      src/serd_config.h

2
src/serd_config.h

@ -49,7 +49,7 @@ @@ -49,7 +49,7 @@
# if !defined(__APPLE__) && !defined(_WIN32)
# if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
# define HAVE_ALIGNED_ALLOC
# elif defined(__cplusplus) && __cplusplus >= 201103L)
# elif defined(__cplusplus) && __cplusplus >= 201103L
# define HAVE_ALIGNED_ALLOC
# endif
# endif

Loading…
Cancel
Save