Small fixes.

This commit is contained in:
Francois Gouget 1999-02-19 10:00:54 +00:00 committed by Alexandre Julliard
parent b8cfd179d1
commit 025464634a
5 changed files with 4 additions and 5 deletions

View file

@ -11,7 +11,6 @@
#include "wine/obj_storage.h" #include "wine/obj_storage.h"
#include "wine/obj_moniker.h" #include "wine/obj_moniker.h"
#include "wine/obj_dataobject.h" #include "wine/obj_dataobject.h"
#include "objbase.h"
#include "pidl.h" #include "pidl.h"
#include "winerror.h" #include "winerror.h"
#include "shell32_main.h" #include "shell32_main.h"

View file

@ -74,7 +74,7 @@ LPENUMIDLIST IEnumIDList_Constructor( LPCSTR lpszPath, DWORD dwFlags)
} }
/************************************************************************** /**************************************************************************
* EnumIDList::QueryInterface * EnumIDList_QueryInterface
*/ */
static HRESULT WINAPI IEnumIDList_QueryInterface( static HRESULT WINAPI IEnumIDList_QueryInterface(
LPENUMIDLIST this, REFIID riid, LPVOID *ppvObj) LPENUMIDLIST this, REFIID riid, LPVOID *ppvObj)

View file

@ -9,9 +9,9 @@
#include "wine/obj_channel.h" #include "wine/obj_channel.h"
#include "wine/obj_clientserver.h" #include "wine/obj_clientserver.h"
#include "wine/obj_storage.h" #include "wine/obj_storage.h"
#include "wine/obj_marshal.h"
/* the following depend on obj_storage.h */ /* the following depend on obj_storage.h */
#include "wine/obj_marshal.h"
#include "wine/obj_moniker.h" #include "wine/obj_moniker.h"
#include "wine/obj_propertystorage.h" #include "wine/obj_propertystorage.h"

View file

@ -1,7 +1,7 @@
/* /*
* Defines the COM interfaces and APIs related to the moniker functionality. * 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).
*/ */

View file

@ -714,7 +714,7 @@ HRESULT WINAPI CLSIDFromString32(
} }
/****************************************************************************** /******************************************************************************
* WINE_StringFromCLSID [???] * WINE_StringFromCLSID [Internal]
* Converts a GUID into the respective string representation. * Converts a GUID into the respective string representation.
* *
* NOTES * NOTES