winamp/Src/Wasabi/api/service/svcs/svc_droptarget.cpp
2024-09-24 14:54:57 +02:00

12 lines
264 B
C++

#include <precomp.h>
#include "svc_droptarget.h"
#define CBCLASS svc_dropTargetI
START_DISPATCH;
CB(TESTTARGET, testTarget);
CB(GETDRAGINTERFACEFORTYPE, getDragInterfaceForType);
CB(RELEASEDRAGINTERFACE, releaseDragInterface);
END_DISPATCH;
#undef CBCLASS