mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-08 10:01:54 -05:00
11 lines
264 B
C++
11 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
|