diff --git a/include/shlobj.h b/include/shlobj.h index ee8b616703c..ff0b0968170 100644 --- a/include/shlobj.h +++ b/include/shlobj.h @@ -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" */