mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Update misc.h.input
This commit is contained in:
parent
04b180cc79
commit
f77fb11a56
1 changed files with 0 additions and 17 deletions
|
|
@ -242,14 +242,6 @@ inline int64_t abs(int64_t val) throw()
|
||||||
#if defined(LIBPBD_DLL) || defined(PBD_IS_IN_WIN_STATIC_LIB)
|
#if defined(LIBPBD_DLL) || defined(PBD_IS_IN_WIN_STATIC_LIB)
|
||||||
#include <pbd/msvc_pbd.h>
|
#include <pbd/msvc_pbd.h>
|
||||||
|
|
||||||
#ifdef LIBPBD_DLL
|
|
||||||
#define DEFAULT_COMPARISONS_DEFINED
|
|
||||||
#define DECLARE_DEFAULT_COMPARISONS(Type) \
|
|
||||||
LIBPBD_API bool operator > (const Type& lhs, const Type& rhs); \
|
|
||||||
LIBPBD_API bool operator < (const Type& lhs, const Type& rhs); \
|
|
||||||
LIBPBD_API bool operator != (const Type& lhs, const Type& rhs); \
|
|
||||||
LIBPBD_API bool operator == (const Type& lhs, const Type& rhs);
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
#if defined(BUILDING_LIBARDOUR) || defined(LIBARDOUR_IS_IN_WIN_STATIC_LIB)
|
#if defined(BUILDING_LIBARDOUR) || defined(LIBARDOUR_IS_IN_WIN_STATIC_LIB)
|
||||||
#include <ardour/msvc_libardour.h>
|
#include <ardour/msvc_libardour.h>
|
||||||
|
|
@ -259,15 +251,6 @@ inline int64_t abs(int64_t val) throw()
|
||||||
#endif
|
#endif
|
||||||
#endif // __cplusplus
|
#endif // __cplusplus
|
||||||
|
|
||||||
#ifndef DEFAULT_COMPARISONS_DEFINED
|
|
||||||
#define DEFAULT_COMPARISONS_DEFINED
|
|
||||||
#define DECLARE_DEFAULT_COMPARISONS(Type) \
|
|
||||||
extern bool operator > (const Type& lhs, const Type& rhs); \
|
|
||||||
extern bool operator < (const Type& lhs, const Type& rhs); \
|
|
||||||
extern bool operator != (const Type& lhs, const Type& rhs); \
|
|
||||||
extern bool operator == (const Type& lhs, const Type& rhs);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !defined(LIBPBD_API) || defined(PBD_IS_IN_WIN_STATIC_LIB)
|
#if !defined(LIBPBD_API) || defined(PBD_IS_IN_WIN_STATIC_LIB)
|
||||||
// Emulate some C99 math functions which MSVC itself didn't
|
// Emulate some C99 math functions which MSVC itself didn't
|
||||||
// implement until later in life.
|
// implement until later in life.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue