mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
MSVC - accommodate some newly introduced calls to 'rintf()'
('rintf()' isn't available in MSVC)
This commit is contained in:
parent
32e23db665
commit
803a239310
1 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,10 @@
|
||||||
#include "utils_videotl.h"
|
#include "utils_videotl.h"
|
||||||
#include "i18n.h"
|
#include "i18n.h"
|
||||||
|
|
||||||
|
#ifdef COMPILER_MSVC
|
||||||
|
#define rintf(x) round((x) + 0.5)
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace Gtk;
|
using namespace Gtk;
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace PBD;
|
using namespace PBD;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue