windows-nt/Source/XPSP1/NT/shell/shell32/menuband/droptgt.cpp
2020-09-26 16:20:57 +08:00

13 lines
330 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"