mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 18:45:45 -04:00
Initial community commit
This commit is contained in:
10
Src/Plugins/Input/in_cdda/CDDBInterface.h
Normal file
10
Src/Plugins/Input/in_cdda/CDDBInterface.h
Normal file
@ -0,0 +1,10 @@
|
||||
#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
|
Reference in New Issue
Block a user