You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
342 B
12 lines
342 B
#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"
|