mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Avoid offset_t conflict on Illumos
Taken from NetBSD patch-taglib_toolkit_taglib.h.
This commit is contained in:
parent
ddf7523075
commit
728a3309cf
@ -60,7 +60,7 @@ namespace TagLib {
|
||||
// In Win32, always 64bit. Otherwise, equivalent to off_t.
|
||||
#ifdef _WIN32
|
||||
using offset_t = long long;
|
||||
#else
|
||||
#elif !defined(__illumos__)
|
||||
using offset_t = off_t;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user