Initial community commit

This commit is contained in:
Jef 2024-09-24 14:54:57 +02:00
parent 537bcbc862
commit fc06254474
16440 changed files with 4239995 additions and 2 deletions

24
Src/gracenote/gracenote.h Normal file
View file

@ -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