windows-nt/Source/XPSP1/NT/shell/shell32/menuband/droptgt.cpp

13 lines
330 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05: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"