diff options
Diffstat (limited to 'Src/gracenote/gracenote.h')
-rw-r--r-- | Src/gracenote/gracenote.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Src/gracenote/gracenote.h b/Src/gracenote/gracenote.h new file mode 100644 index 00000000..c4f05b36 --- /dev/null +++ b/Src/gracenote/gracenote.h @@ -0,0 +1,24 @@ +#ifndef NULLSOFT_GRACENOTE_H +#define NULLSOFT_GRACENOTE_H + +//#pragma warning(disable: 4278) + +#ifdef DeleteFile +#undef DeleteFile +#endif + +#ifndef IGNORE_API_GRACENOTE +#include "cddbcontrolwinamp.tlh" +#include "cddbmusicidwinamp.tlh" +#include "cddbplaylist2winamp.tlh" +#include "cddbuiwinamp.tlh" +#endif + +/*#import "../gracenote/CDDBUIWinamp.dll" no_namespace, named_guids, raw_interfaces_only +#import "../gracenote/CDDBControlWinamp.dll" no_namespace, named_guids, raw_interfaces_only +#import "../gracenote/CddbPlaylist2Winamp.dll" no_namespace, named_guids, raw_interfaces_only +#import "../gracenote/CddbMusicIDWinamp.dll" no_namespace, named_guids, raw_interfaces_only*/ +//#import "../gracenote/CddbLinkWinamp.dll" no_namespace, named_guids, raw_interfaces_only +//#pragma warning(default: 4278) + +#endif
\ No newline at end of file |