mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Update abstract_ui.inc.cc
This commit is contained in:
parent
7f682bfc6f
commit
7ead44d74c
1 changed files with 0 additions and 9 deletions
|
|
@ -32,15 +32,6 @@
|
||||||
|
|
||||||
#include "pbd/i18n.h"
|
#include "pbd/i18n.h"
|
||||||
|
|
||||||
#ifdef COMPILER_MSVC
|
|
||||||
#include <ardourext/misc.h> // Needed for 'DECLARE_DEFAULT_COMPARISONS'. Objects in an STL container can be
|
|
||||||
// searched and sorted. Thus, when instantiating the container, MSVC complains
|
|
||||||
// if the type of object being contained has no appropriate comparison operators
|
|
||||||
// defined (specifically, if operators '<' and '==' are undefined). This seems
|
|
||||||
// to be the case with ptw32 'pthread_t' which is a simple struct.
|
|
||||||
DECLARE_DEFAULT_COMPARISONS(ptw32_handle_t)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue