Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
7ecf0e3e
Commit
7ecf0e3e
authored
Sep 03, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlobj.h must include wine/obj_dragdrophelper.h (reported by Martin
Fuchs).
parent
f20026e7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
4 deletions
+2
-4
dragdrophelper.c
dlls/shell32/dragdrophelper.c
+1
-1
shellole.c
dlls/shell32/shellole.c
+0
-1
shlobj.h
include/shlobj.h
+1
-0
uuid.c
libs/uuid/uuid.c
+0
-2
No files found.
dlls/shell32/dragdrophelper.c
View file @
7ecf0e3e
...
...
@@ -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"
...
...
dlls/shell32/shellole.c
View file @
7ecf0e3e
...
...
@@ -38,7 +38,6 @@
#include "shlwapi.h"
#include "winuser.h"
#include "debughlp.h"
#include "wine/obj_dragdrophelper.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
shell
);
...
...
include/shlobj.h
View file @
7ecf0e3e
...
...
@@ -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
...
...
libs/uuid/uuid.c
View file @
7ecf0e3e
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment