Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d7371fc4
Commit
d7371fc4
authored
Aug 11, 2006
by
Mike McCormack
Committed by
Alexandre Julliard
Aug 11, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Rename indexsvr.idl to indexsrv.idl.
parent
c4c35d33
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
infosoft_main.c
dlls/infosoft/infosoft_main.c
+1
-1
wordbreaker.c
dlls/infosoft/wordbreaker.c
+1
-1
uuid.c
dlls/uuid/uuid.c
+1
-1
.gitignore
include/.gitignore
+1
-1
Makefile.in
include/Makefile.in
+1
-1
indexsrv.idl
include/indexsrv.idl
+2
-2
No files found.
dlls/infosoft/infosoft_main.c
View file @
d7371fc4
...
...
@@ -30,7 +30,7 @@
#include "winuser.h"
#include "winreg.h"
#include "ole2.h"
#include "indexs
vr
.h"
#include "indexs
rv
.h"
#include "initguid.h"
#include "wine/debug.h"
...
...
dlls/infosoft/wordbreaker.c
View file @
d7371fc4
...
...
@@ -29,7 +29,7 @@
#include "winuser.h"
#include "winreg.h"
#include "ole2.h"
#include "indexs
vr
.h"
#include "indexs
rv
.h"
#include "wine/unicode.h"
#include "wine/debug.h"
...
...
dlls/uuid/uuid.c
View file @
d7371fc4
...
...
@@ -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 "indexs
vr
.h"
#include "indexs
rv
.h"
#include "htiframe.h"
/* FIXME: cguids declares GUIDs but does not define their values */
...
...
include/.gitignore
View file @
d7371fc4
...
...
@@ -13,7 +13,7 @@
/hlink.h
/htiframe.h
/iads.h
/indexs
vr
.h
/indexs
rv
.h
/mediaobj.h
/mimeinfo.h
/mlang.h
...
...
include/Makefile.in
View file @
d7371fc4
...
...
@@ -19,7 +19,7 @@ WINDOWS_IDL_SRCS = \
hlink.idl
\
htiframe.idl
\
iads.idl
\
indexs
vr
.idl
\
indexs
rv
.idl
\
mediaobj.idl
\
mimeinfo.idl
\
mlang.idl
\
...
...
include/indexs
vr
.idl
→
include/indexs
rv
.idl
View file @
d7371fc4
...
...
@@ -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);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment