Small fixes.
This commit is contained in:
parent
b8cfd179d1
commit
025464634a
|
@ -11,7 +11,6 @@
|
|||
#include "wine/obj_storage.h"
|
||||
#include "wine/obj_moniker.h"
|
||||
#include "wine/obj_dataobject.h"
|
||||
#include "objbase.h"
|
||||
#include "pidl.h"
|
||||
#include "winerror.h"
|
||||
#include "shell32_main.h"
|
||||
|
|
|
@ -74,7 +74,7 @@ LPENUMIDLIST IEnumIDList_Constructor( LPCSTR lpszPath, DWORD dwFlags)
|
|||
}
|
||||
|
||||
/**************************************************************************
|
||||
* EnumIDList::QueryInterface
|
||||
* EnumIDList_QueryInterface
|
||||
*/
|
||||
static HRESULT WINAPI IEnumIDList_QueryInterface(
|
||||
LPENUMIDLIST this, REFIID riid, LPVOID *ppvObj)
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
#include "wine/obj_channel.h"
|
||||
#include "wine/obj_clientserver.h"
|
||||
#include "wine/obj_storage.h"
|
||||
#include "wine/obj_marshal.h"
|
||||
|
||||
/* the following depend on obj_storage.h */
|
||||
#include "wine/obj_marshal.h"
|
||||
#include "wine/obj_moniker.h"
|
||||
#include "wine/obj_propertystorage.h"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Defines the COM interfaces and APIs related to the moniker functionality.
|
||||
*
|
||||
* This file depends on 'obj_storage.h' and 'obj_base.h'.
|
||||
* This file depends on 'obj_storage.h' and 'obj_base.h' and 'obj_misc.h' (IEnumString).
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -714,7 +714,7 @@ HRESULT WINAPI CLSIDFromString32(
|
|||
}
|
||||
|
||||
/******************************************************************************
|
||||
* WINE_StringFromCLSID [???]
|
||||
* WINE_StringFromCLSID [Internal]
|
||||
* Converts a GUID into the respective string representation.
|
||||
*
|
||||
* NOTES
|
||||
|
|
Loading…
Reference in New Issue