13 lines
342 B
C++
Raw Normal View History

2001-01-01 00:00:00 +01:00
#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"