gracenote.h 803 B

123456789101112131415161718192021222324
  1. #ifndef NULLSOFT_GRACENOTE_H
  2. #define NULLSOFT_GRACENOTE_H
  3. //#pragma warning(disable: 4278)
  4. #ifdef DeleteFile
  5. #undef DeleteFile
  6. #endif
  7. #ifndef IGNORE_API_GRACENOTE
  8. #include "cddbcontrolwinamp.tlh"
  9. #include "cddbmusicidwinamp.tlh"
  10. #include "cddbplaylist2winamp.tlh"
  11. #include "cddbuiwinamp.tlh"
  12. #endif
  13. /*#import "../gracenote/CDDBUIWinamp.dll" no_namespace, named_guids, raw_interfaces_only
  14. #import "../gracenote/CDDBControlWinamp.dll" no_namespace, named_guids, raw_interfaces_only
  15. #import "../gracenote/CddbPlaylist2Winamp.dll" no_namespace, named_guids, raw_interfaces_only
  16. #import "../gracenote/CddbMusicIDWinamp.dll" no_namespace, named_guids, raw_interfaces_only*/
  17. //#import "../gracenote/CddbLinkWinamp.dll" no_namespace, named_guids, raw_interfaces_only
  18. //#pragma warning(default: 4278)
  19. #endif