00001 #include "audiere.h" 00002 #include "internal.h" 00003 00004 namespace audiere { 00005 namespace hidden { 00006 00007 ADR_EXPORT(MIDIDevice*) AdrOpenMIDIDevice(const char* /*name*/) { 00008 return 0; 00009 } 00010 00011 } 00012 }