shlwapi/tests: The PSDK does not define IID_IDelayedRelease anymore.

This commit is contained in:
Francois Gouget 2007-05-27 13:37:37 +02:00 committed by Alexandre Julliard
parent 258f2972aa
commit 40838cec78
1 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,9 @@
#define INITGUID #define INITGUID
#include "initguid.h" #include "initguid.h"
/* This GUID has been removed from the PSDK */
DEFINE_OLEGUID(WINE_IID_IDelayedRelease, 0x000214EDL, 0, 0);
/* Function ptrs for ordinal calls */ /* Function ptrs for ordinal calls */
static HMODULE hShlwapi = 0; static HMODULE hShlwapi = 0;
static BOOL (WINAPI *pSHLWAPI_269)(LPCSTR, CLSID *) = 0; static BOOL (WINAPI *pSHLWAPI_269)(LPCSTR, CLSID *) = 0;
@ -59,7 +62,7 @@ const GUID * TEST_guids[] = {
&IID_IPersistFolder, &IID_IPersistFolder,
&IID_IExtractIconA, &IID_IExtractIconA,
&IID_IShellDetails, &IID_IShellDetails,
&IID_IDelayedRelease, &WINE_IID_IDelayedRelease,
&IID_IShellLinkA, &IID_IShellLinkA,
&IID_IShellCopyHookA, &IID_IShellCopyHookA,
&IID_IFileViewerA, &IID_IFileViewerA,