Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
24
Src/gracenote/gracenote.h
Normal file
24
Src/gracenote/gracenote.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue