Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
40838cec
Commit
40838cec
authored
May 27, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
May 29, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi/tests: The PSDK does not define IID_IDelayedRelease anymore.
parent
258f2972
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
clsid.c
dlls/shlwapi/tests/clsid.c
+4
-1
No files found.
dlls/shlwapi/tests/clsid.c
View file @
40838cec
...
...
@@ -31,6 +31,9 @@
#define INITGUID
#include "initguid.h"
/* This GUID has been removed from the PSDK */
DEFINE_OLEGUID
(
WINE_IID_IDelayedRelease
,
0x000214EDL
,
0
,
0
);
/* Function ptrs for ordinal calls */
static
HMODULE
hShlwapi
=
0
;
static
BOOL
(
WINAPI
*
pSHLWAPI_269
)(
LPCSTR
,
CLSID
*
)
=
0
;
...
...
@@ -59,7 +62,7 @@ const GUID * TEST_guids[] = {
&
IID_IPersistFolder
,
&
IID_IExtractIconA
,
&
IID_IShellDetails
,
&
IID_IDelayedRelease
,
&
WINE_
IID_IDelayedRelease
,
&
IID_IShellLinkA
,
&
IID_IShellCopyHookA
,
&
IID_IFileViewerA
,
...
...
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