mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-18 21:35:51 +01:00
15 lines
290 B
C++
15 lines
290 B
C++
#include <precomp.h>
|
|
|
|
#include "svc_metadata.h"
|
|
|
|
#define CBCLASS svc_metaDataI
|
|
START_DISPATCH;
|
|
CB(ENUMMETADATA, enumMetaData);
|
|
CB(HASMETADATA, hasMetaData);
|
|
CB(ALLOWOPERATION, allowOperation);
|
|
CB(GETGUID, getGUID);
|
|
CB(GETMETANAME, getMetaTableName);
|
|
END_DISPATCH;
|
|
#undef CBCLASS
|
|
|