Commit 6e99273c authored by Hidenori Takeshima's avatar Hidenori Takeshima Committed by Alexandre Julliard

Added typedef of DROPFILES.

parent c5198e20
...@@ -479,7 +479,16 @@ HRESULT WINAPI SHGetSpecialFolderLocation(HWND, INT, LPITEMIDLIST *); ...@@ -479,7 +479,16 @@ HRESULT WINAPI SHGetSpecialFolderLocation(HWND, INT, LPITEMIDLIST *);
#define CSIDL_FLAG_MASK 0xff00 #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 #ifdef __cplusplus
} /* extern "C" */ } /* extern "C" */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment