mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
use a local version (copy) of the G_SOURCE_FUNC macro, since it is not available in the GTK+ version we use for the official build stack
This commit is contained in:
parent
2f167e6163
commit
60ccbcf9cc
3 changed files with 15 additions and 2 deletions
|
|
@ -10,6 +10,10 @@
|
|||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifndef G_SOURCE_FUNC
|
||||
#define G_SOURCE_FUNC(f) ((GSourceFunc) (void (*)(void)) (f))
|
||||
#endif
|
||||
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION (TimerTest);
|
||||
|
||||
using namespace std;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue