mpg123-1.31.1

This commit is contained in:
Ozkan Sezer
2022-11-01 14:56:56 +03:00
parent cd6cf37dee
commit 29194fc6b1
6 changed files with 27 additions and 13 deletions

View File

@@ -45,7 +45,7 @@
/* This is wicked switchery: Decide which way the aliases are facing. */
#if _FILE_OFFSET_BITS+0 == LFS_ALIAS_BITS
#if !(defined BUILD_NO_LARGENAME) && (_FILE_OFFSET_BITS+0 == LFS_ALIAS_BITS)
/* The native functions have suffix, the aliases not. */
#define NATIVE_SUFFIX MACROCAT(_, _FILE_OFFSET_BITS)