2020-09-30 16:53:55 +02:00

13 lines
342 B
C++

#include "shellprv.h"
#define TF_SHDLIFE TF_MENUBAND
#define TF_BAND TF_MENUBAND // Bands (ISF Band, etc)
void _DragEnter(HWND hwndTarget, const POINTL ptStart, IDataObject *pdtObject);
void _DragMove(HWND hwndTarget, const POINTL ptStart);
#include "..\inc\droptgt.h"
#include "..\inc\droptgt.cpp"