Tag Parser
12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Loading...
Searching...
No Matches
global.h
Go to the documentation of this file.
1
// Created via CMake from template global.h.in
2
// WARNING! Any changes to this file will be overwritten by the next CMake run!
3
4
#ifndef TAG_PARSER_GLOBAL
5
#define TAG_PARSER_GLOBAL
6
7
#include "tagparser-definitions.h"
8
#include <c++utilities/application/global.h>
9
10
#ifdef TAG_PARSER_STATIC
11
#define TAG_PARSER_EXPORT
12
#define TAG_PARSER_IMPORT
13
#else
14
#define TAG_PARSER_EXPORT CPP_UTILITIES_GENERIC_LIB_EXPORT
15
#define TAG_PARSER_IMPORT CPP_UTILITIES_GENERIC_LIB_IMPORT
16
#endif
17
28
#endif
// TAG_PARSER_GLOBAL
Generated on Sun Sep 22 2024 20:12:46 for Tag Parser by
1.12.0