Commit d7371fc4 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

include: Rename indexsvr.idl to indexsrv.idl.

parent c4c35d33
......@@ -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"
......
......@@ -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"
......
......@@ -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 */
......
......@@ -13,7 +13,7 @@
/hlink.h
/htiframe.h
/iads.h
/indexsvr.h
/indexsrv.h
/mediaobj.h
/mimeinfo.h
/mlang.h
......
......@@ -19,7 +19,7 @@ WINDOWS_IDL_SRCS = \
hlink.idl \
htiframe.idl \
iads.idl \
indexsvr.idl \
indexsrv.idl \
mediaobj.idl \
mimeinfo.idl \
mlang.idl \
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment