mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix for last ASIO check-in.
This commit is contained in:
parent
b529f4df48
commit
1252f0aed0
1 changed files with 3 additions and 2 deletions
|
|
@ -65,8 +65,9 @@ namespace ASIODebugging
|
|||
logMessage ("ASIO error: " + context + " - " + err);
|
||||
}
|
||||
#else
|
||||
#define JUCE_ASIO_LOG(a) {}
|
||||
#define JUCE_ASIO_LOG_ERROR(a, b) {}
|
||||
static void dummyLog() {}
|
||||
#define JUCE_ASIO_LOG(a) ASIODebugging::dummyLog()
|
||||
#define JUCE_ASIO_LOG_ERROR(a, b) ASIODebugging::dummyLog()
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue