mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
Fix build.
git-svn-id: svn://localhost/ardour2/branches/3.0@8551 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ba78410f13
commit
b621ce7306
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ extern void resume_rt_malloc_checks ();
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#define suspend_rt_malloc_checks () {}
|
#define suspend_rt_malloc_checks() {}
|
||||||
#define resume_rt_malloc_checks () {}
|
#define resume_rt_malloc_checks() {}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue