Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-04-02 13:00:14 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-04-02 13:00:14 +0400
commite432b38efed39310dbdd2763db075ab439f59654 (patch)
tree310e23c528988b63ef5c5f1725558d1e9d3f4e82 /winsup/w32api/include/objidl.h
parentd4dca0e42e10a00ec1bdcc444083e86765b15ea3 (diff)
* include/objidl.h (IRunningObjectTable.Register): Correct
prototype. * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE, ROTFLAGS_ALLOWANYCLIENT): Add defines. * include/wtypes.h (enum tagCLSCTX): Change formatting.
Diffstat (limited to 'winsup/w32api/include/objidl.h')
-rw-r--r--winsup/w32api/include/objidl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/objidl.h b/winsup/w32api/include/objidl.h
index 34ebe8e69..dfabbee18 100644
--- a/winsup/w32api/include/objidl.h
+++ b/winsup/w32api/include/objidl.h
@@ -561,7 +561,7 @@ DECLARE_INTERFACE_(IRunningObjectTable,IUnknown)
STDMETHOD(QueryInterface)(THIS_ REFIID,PVOID*) PURE;
STDMETHOD_(ULONG,AddRef)(THIS) PURE;
STDMETHOD_(ULONG,Release)(THIS) PURE;
- STDMETHOD(Register)(THIS_ LPUNKNOWN,LPMONIKER,PDWORD) PURE;
+ STDMETHOD(Register)(THIS_ DWORD,LPUNKNOWN,LPMONIKER,PDWORD) PURE;
STDMETHOD(Revoke)(THIS_ DWORD) PURE;
STDMETHOD(IsRunning)(THIS_ LPMONIKER) PURE;
STDMETHOD(GetObject)(THIS_ LPMONIKER,LPUNKNOWN*) PURE;