mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 13:10:26 -04:00
Avoid offset_t conflict on Illumos
Taken from NetBSD patch-taglib_toolkit_taglib.h.
This commit is contained in:
parent
59ff35772e
commit
7951f572b5
@ -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…
Reference in New Issue
Block a user