blob: 42ff876edb89e20882a738c46e419ff3519d840c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#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
|