123456789101112131415161718192021222324 |
- #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
|