commit | dea3d786e47c0b1242cf519625c87780c800dc10 | [log] [tgz] |
---|---|---|
author | François Gouget <fgouget@codeweavers.com> | Tue Jan 02 21:00:46 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 02 21:00:46 2001 +0000 |
tree | 807c97abf2cdf671ad600f1ee2a236690e50c5ba | |
parent | 504973de499496e334fd523c431ae957d8f65e0a [diff] [blame] |
Moved HDROP to shellapi.h.
diff --git a/include/shellapi.h b/include/shellapi.h index b964fc8..03b1b2c 100644 --- a/include/shellapi.h +++ b/include/shellapi.h
@@ -9,6 +9,8 @@ #include "pshpack1.h" +DECLARE_HANDLE(HDROP); + /****************************************** * DragObject */