Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
2dc7a437
Commit
2dc7a437
authored
Jan 11, 2001
by
John R. Sheets
Committed by
Alexandre Julliard
Jan 11, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct some cut & paste typos.
parent
3a213215
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
obj_cache.h
include/wine/obj_cache.h
+3
-3
obj_connection.h
include/wine/obj_connection.h
+4
-4
obj_oleobj.h
include/wine/obj_oleobj.h
+2
-2
obj_oleview.h
include/wine/obj_oleview.h
+2
-2
No files found.
include/wine/obj_cache.h
View file @
2dc7a437
...
...
@@ -45,7 +45,7 @@ typedef struct IOleCacheControl IOleCacheControl, *LPOLECACHECONTROL;
ICOM_DEFINE
(
IOleCache
,
IUnknown
)
#undef ICOM_INTERFACE
/*** IUnkn
wo
n methods ***/
/*** IUnkn
ow
n methods ***/
#define IOleCache_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
#define IOleCache_AddRef(p) ICOM_CALL (AddRef,p)
#define IOleCache_Release(p) ICOM_CALL (Release,p)
...
...
@@ -70,7 +70,7 @@ ICOM_DEFINE(IOleCache,IUnknown)
ICOM_DEFINE
(
IOleCache2
,
IOleCache
)
#undef ICOM_INTERFACE
/*** IUnkn
wo
n methods ***/
/*** IUnkn
ow
n methods ***/
#define IOleCache2_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
#define IOleCache2_AddRef(p) ICOM_CALL (AddRef,p)
#define IOleCache2_Release(p) ICOM_CALL (Release,p)
...
...
@@ -98,7 +98,7 @@ ICOM_DEFINE(IOleCache2,IOleCache)
ICOM_DEFINE
(
IOleCacheControl
,
IUnknown
)
#undef ICOM_INTERFACE
/*** IUnkn
wo
n methods ***/
/*** IUnkn
ow
n methods ***/
#define IOleCacheControl_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
#define IOleCacheControl_AddRef(p) ICOM_CALL (AddRef,p)
#define IOleCacheControl_Release(p) ICOM_CALL (Release,p)
...
...
include/wine/obj_connection.h
View file @
2dc7a437
...
...
@@ -52,7 +52,7 @@ typedef struct IEnumConnectionPoints IEnumConnectionPoints, *LPENUMCONNECTIONPOI
ICOM_DEFINE
(
IConnectionPoint
,
IUnknown
)
#undef ICOM_INTERFACE
/*** IUnkn
wo
n methods ***/
/*** IUnkn
ow
n methods ***/
#define IConnectionPoint_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
#define IConnectionPoint_AddRef(p) ICOM_CALL (AddRef,p)
#define IConnectionPoint_Release(p) ICOM_CALL (Release,p)
...
...
@@ -77,7 +77,7 @@ ICOM_DEFINE(IConnectionPoint,IUnknown)
ICOM_DEFINE
(
IConnectionPointContainer
,
IUnknown
)
#undef ICOM_INTERFACE
/*** IUnkn
wo
n methods ***/
/*** IUnkn
ow
n methods ***/
#define IConnectionPointContainer_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
#define IConnectionPointContainer_AddRef(p) ICOM_CALL (AddRef,p)
#define IConnectionPointContainer_Release(p) ICOM_CALL (Release,p)
...
...
@@ -101,7 +101,7 @@ ICOM_DEFINE(IConnectionPointContainer,IUnknown)
ICOM_DEFINE
(
IEnumConnections
,
IUnknown
)
#undef ICOM_INTERFACE
/*** IUnkn
wo
n methods ***/
/*** IUnkn
ow
n methods ***/
#define IEnumConnections_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
#define IEnumConnections_AddRef(p) ICOM_CALL (AddRef,p)
#define IEnumConnections_Release(p) ICOM_CALL (Release,p)
...
...
@@ -126,7 +126,7 @@ ICOM_DEFINE(IEnumConnections,IUnknown)
ICOM_DEFINE
(
IEnumConnectionPoints
,
IUnknown
)
#undef ICOM_INTERFACE
/*** IUnkn
wo
n methods ***/
/*** IUnkn
ow
n methods ***/
#define IEnumConnectionPoints_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
#define IEnumConnectionPoints_AddRef(p) ICOM_CALL (AddRef,p)
#define IEnumConnectionPoints_Release(p) ICOM_CALL (Release,p)
...
...
include/wine/obj_oleobj.h
View file @
2dc7a437
...
...
@@ -105,7 +105,7 @@ typedef struct IEnumOLEVERB IEnumOLEVERB, *LPENUMOLEVERB;
ICOM_DEFINE
(
IOleObject
,
IUnknown
)
#undef ICOM_INTERFACE
/*** IUnkn
wo
n methods ***/
/*** IUnkn
ow
n methods ***/
#define IOleObject_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
#define IOleObject_AddRef(p) ICOM_CALL (AddRef,p)
#define IOleObject_Release(p) ICOM_CALL (Release,p)
...
...
@@ -150,7 +150,7 @@ ICOM_DEFINE(IOleObject,IUnknown)
ICOM_DEFINE
(
IOleAdviseHolder
,
IUnknown
)
#undef ICOM_INTERFACE
/*** IUnkn
wo
n methods ***/
/*** IUnkn
ow
n methods ***/
#define IOleAdviseHolder_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
#define IOleAdviseHolder_AddRef(p) ICOM_CALL (AddRef,p)
#define IOleAdviseHolder_Release(p) ICOM_CALL (Release,p)
...
...
include/wine/obj_oleview.h
View file @
2dc7a437
...
...
@@ -46,7 +46,7 @@ typedef BOOL CALLBACK (*IVO_ContCallback)(DWORD);
ICOM_DEFINE
(
IViewObject
,
IUnknown
)
#undef ICOM_INTERFACE
/*** IUnkn
wo
n methods ***/
/*** IUnkn
ow
n methods ***/
#define IViewObject_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
#define IViewObject_AddRef(p) ICOM_CALL (AddRef,p)
#define IViewObject_Release(p) ICOM_CALL (Release,p)
...
...
@@ -72,7 +72,7 @@ ICOM_DEFINE(IViewObject,IUnknown)
ICOM_DEFINE
(
IViewObject2
,
IViewObject
)
#undef ICOM_INTERFACE
/*** IUnkn
wo
n methods ***/
/*** IUnkn
ow
n methods ***/
#define IViewObject2_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
#define IViewObject2_AddRef(p) ICOM_CALL (AddRef,p)
#define IViewObject2_Release(p) ICOM_CALL (Release,p)
...
...
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