mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 14:24:13 +00:00
Added typedef of DROPFILES.
This commit is contained in:
parent
c5198e208c
commit
6e99273cf9
@ -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" */
|
||||
|
Loading…
x
Reference in New Issue
Block a user