Ticket #22452: patch-leopard.diff
File patch-leopard.diff, 643 bytes (added by mklein-de (Michael Klein), 15 years ago) |
---|
-
native_midi/native_midi_macosx.c
107 107 if (AUGraphGetIndNode(graph, i, &node) != noErr) 108 108 continue; /* better luck next time. */ 109 109 110 #if MAC_OS_X_VERSION_MIN_REQUIRED < = MAC_OS_X_VERSION_10_4/* this is deprecated, but works back to 10.0 */110 #if MAC_OS_X_VERSION_MIN_REQUIRED < 1060 /* this is deprecated, but works back to 10.0 */ 111 111 { 112 112 struct ComponentDescription desc; 113 113 UInt32 classdatasize = 0;