mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 08:35:46 -04:00
Initial community commit
This commit is contained in:
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
|
Reference in New Issue
Block a user