0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-06-09 19:19:59 +00:00
Files
termux-packages/packages/taglib/taglib-tag.h.patch
Kevin Williams 124020f187 upgpkg(main/taglib): 2.0.2
Signed-off-by: Kevin Williams <admin@utermux.dev>
2025-04-19 09:42:27 +08:00

19 lines
588 B
Diff

diff -uNr taglib-2.0.2/taglib/tag.h taglib-2.0.2.mod/taglib/tag.h
--- taglib-2.0.2/taglib/tag.h 2024-08-24 12:40:41.000000000 +0800
+++ taglib-2.0.2.mod/taglib/tag.h 2025-03-30 13:49:20.413344035 +0800
@@ -32,7 +32,13 @@
#include "tvariant.h"
namespace TagLib {
-
+ using wchar = wchar_t;
+ using uchar = unsigned char;
+ using ushort = unsigned short;
+ using uint = unsigned int;
+ using ulong = unsigned long;
+ using ulonglong = unsigned long long;
+ using wstring = std::wstring;
class PropertyMap;
//! A simple, generic interface to common audio metadata fields.