include: Rename indexsvr.idl to indexsrv.idl.

This commit is contained in:
Mike McCormack 2006-08-11 20:21:46 +09:00 committed by Alexandre Julliard
parent c4c35d33b5
commit d7371fc49d
6 changed files with 7 additions and 7 deletions

View file

@ -30,7 +30,7 @@
#include "winuser.h"
#include "winreg.h"
#include "ole2.h"
#include "indexsvr.h"
#include "indexsrv.h"
#include "initguid.h"
#include "wine/debug.h"

View file

@ -29,7 +29,7 @@
#include "winuser.h"
#include "winreg.h"
#include "ole2.h"
#include "indexsvr.h"
#include "indexsrv.h"
#include "wine/unicode.h"
#include "wine/debug.h"

View file

@ -65,7 +65,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
#include "objsel.h"
#include "hlink.h"
#include "optary.h"
#include "indexsvr.h"
#include "indexsrv.h"
#include "htiframe.h"
/* FIXME: cguids declares GUIDs but does not define their values */

2
include/.gitignore vendored
View file

@ -13,7 +13,7 @@
/hlink.h
/htiframe.h
/iads.h
/indexsvr.h
/indexsrv.h
/mediaobj.h
/mimeinfo.h
/mlang.h

View file

@ -19,7 +19,7 @@ WINDOWS_IDL_SRCS = \
hlink.idl \
htiframe.idl \
iads.idl \
indexsvr.idl \
indexsrv.idl \
mediaobj.idl \
mimeinfo.idl \
mlang.idl \

View file

@ -118,8 +118,8 @@ interface IWordBreaker: IUnknown
[in] ULONG cwcNoun,
[size_is(cwcModifier)][in] const WCHAR *pwcModifier,
[in] ULONG cwcModifier,
[in] ULONG ulAttachmentType,
[size_is(*pcwcPhrase)][out] WCHAR *pwcPhrase,
[in] ULONG ulAttachmentType,
[size_is(*pcwcPhrase)][out] WCHAR *pwcPhrase,
[out][in] ULONG *pcwcPhrase);
HRESULT GetLicenseToUse(
[string][out] const WCHAR **ppwcsLicense);