10 lines
307 B
C
10 lines
307 B
C
|
#ifndef CDDBInterface_h
|
||
|
#define CDDBInterface_h
|
||
|
|
||
|
//#import "CDDBControl.tlb" no_namespace, named_guids, raw_interfaces_only
|
||
|
//#import "../gracenote/CDDBControlWinamp.dll" no_namespace, named_guids, raw_interfaces_only
|
||
|
#ifndef IGNORE_API_GRACENOTE
|
||
|
#include "../gracenote/cddbcontrolwinamp.tlh"
|
||
|
#endif
|
||
|
|
||
|
#endif
|