mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:32:57 +00:00
[IEFRAME] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
7546f9fee8
commit
fc19c80d52
24 changed files with 200 additions and 71 deletions
|
@ -19,10 +19,16 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "ieframe.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "ieframe.h"
|
||||
#include "exdispid.h"
|
||||
#include "shlwapi.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
|
||||
|
||||
static inline ShellBrowser *impl_from_IShellBrowser(IShellBrowser *iface)
|
||||
{
|
||||
return CONTAINING_RECORD(iface, ShellBrowser, IShellBrowser_iface);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue