commit | 6e99273cf92691b3fb10eb3b41d1e6a850c6d7f7 | [log] [tgz] |
---|---|---|
author | Hidenori Takeshima <hidenori@a2.ctktv.ne.jp> | Tue Jun 20 20:16:55 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jun 20 20:16:55 2000 +0000 |
tree | c8a354b041bf9879de6a7251df8fd01294f70958 | |
parent | c5198e208c60faf565270dd32797175cfcc02de3 [diff] [blame] |
Added typedef of DROPFILES.
diff --git a/include/shlobj.h b/include/shlobj.h index ee8b616..ff0b096 100644 --- a/include/shlobj.h +++ b/include/shlobj.h
@@ -479,7 +479,16 @@ #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" */