<pre>this patch implements the CDN_INCLUDEITEM notification in a new function according to MSDN and<br>to some manual tests i did.<br><a href="http://msdn.microsoft.com/en-us/library/ms646862.aspx">http://msdn.microsoft.com/en-us/library/ms646862.aspx</a><br>
<br>the notification is sent everytime<br>IShellBrowserImpl_ICommDlgBrowser_IncludeObject is called, which means one<br>time per object, and only if OFN_ENABLEINCLUDENOTIFY was sent in the dialog<br>Flags.<br><br>this patch fixes part of <a href="http://bugs.winehq.org/show_bug.cgi?id=8072">http://bugs.winehq.org/show_bug.cgi?id=8072</a><br>
<br></pre>