mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 09:36:33 +01:00
[Details] Added fixes to make the code cross platform compilable [Reviewed by] N/A [git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 446294]
8 lines
322 B
C
8 lines
322 B
C
#ifndef __midipp_version_h__
|
|
#define __midipp_version_h__
|
|
#include "midi++/libmidi_visibility.h"
|
|
LIBMIDIPP_API extern const char* midipp_revision;
|
|
LIBMIDIPP_API extern int midipp_major_version;
|
|
LIBMIDIPP_API extern int midipp_minor_version;
|
|
LIBMIDIPP_API extern int midipp_micro_version;
|
|
#endif /* __midipp_version_h__ */
|