Added typedef of DROPFILES.

oldstable
Hidenori Takeshima 2000-06-20 20:16:55 +00:00 committed by Alexandre Julliard
parent c5198e208c
commit 6e99273cf9
1 changed files with 10 additions and 1 deletions

View File

@ -479,7 +479,16 @@ HRESULT WINAPI SHGetSpecialFolderLocation(HWND, INT, LPITEMIDLIST *);
#define CSIDL_FLAG_MASK 0xff00
/*
* DROPFILES for CF_HDROP and CF_PRINTERS
*/
typedef struct _DROPFILES
{
DWORD pFiles;
POINT pt;
BOOL fNC;
BOOL fWide;
} DROPFILES;
#ifdef __cplusplus
} /* extern "C" */