From 105c5db749836ff25c03ae7abf3b2348ecb72c86 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Tue, 19 Jun 2018 22:53:45 +0300 Subject: Apply same DJGPP build fix as here https://github.com/Wohlstand/libADLMIDI/commit/96f407668feb79b883e294d1ce3f7fc5bbf823ed [ :warning: A conflict with "poly-portamento2" is possible!!! :warning:. Need to me resolve it on receiving the push ] --- src/adlmidi_private.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/adlmidi_private.hpp') diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index 0614c7b..0e63b5a 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -1258,10 +1258,6 @@ struct FourChars }; */ -#if !defined(ADLMIDI_AUDIO_TICK_HANDLER) -#error The audio tick handler must be enabled! -#endif - extern void adl_audioTickHandler(void *instance, uint32_t chipId, uint32_t rate); extern int adlRefreshNumCards(ADL_MIDIPlayer *device); -- cgit v1.2.3