Commit 7ecf0e3e authored by Alexandre Julliard's avatar Alexandre Julliard

shlobj.h must include wine/obj_dragdrophelper.h (reported by Martin

Fuchs).
parent f20026e7
......@@ -30,8 +30,8 @@
#include "objbase.h"
#include "ole2.h"
#include "shlguid.h"
#include "shlobj.h"
#include "wine/obj_dragdrophelper.h"
#include "wine/debug.h"
#include "debughlp.h"
......
......@@ -38,7 +38,6 @@
#include "shlwapi.h"
#include "winuser.h"
#include "debughlp.h"
#include "wine/obj_dragdrophelper.h"
WINE_DEFAULT_DEBUG_CHANNEL(shell);
......
......@@ -66,6 +66,7 @@ BOOL WINAPI SHGetPathFromIDListW (LPCITEMIDLIST pidl,LPWSTR pszPath);
#include <wine/obj_extracticon.h>
#include <wine/obj_commdlgbrowser.h>
#include <wine/obj_dockingwindowframe.h>
#include <wine/obj_dragdrophelper.h>
/*****************************************************************************
* Predeclare interfaces
......
......@@ -45,8 +45,6 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
#include "shlguid.h"
#include "shlobj.h"
#include "wine/obj_dragdrophelper.h"
#include "comcat.h"
#include "urlmon.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment