aboutsummaryrefslogtreecommitdiff
path: root/src/adlmidi_private.hpp
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-06-19 22:53:45 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-06-19 22:53:45 +0300
commit105c5db749836ff25c03ae7abf3b2348ecb72c86 (patch)
tree4ab583ebdc831a4ea40082dc921475d95819545b /src/adlmidi_private.hpp
parent942e7a571a87b8e5322513addc550fdca2a8a99c (diff)
downloadlibADLMIDI-105c5db749836ff25c03ae7abf3b2348ecb72c86.tar.gz
libADLMIDI-105c5db749836ff25c03ae7abf3b2348ecb72c86.tar.bz2
libADLMIDI-105c5db749836ff25c03ae7abf3b2348ecb72c86.zip
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 ]
Diffstat (limited to 'src/adlmidi_private.hpp')
-rw-r--r--src/adlmidi_private.hpp4
1 files changed, 0 insertions, 4 deletions
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);