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
3a230263
Commit
3a230263
authored
Nov 08, 1998
by
Eric Kohl
Committed by
Alexandre Julliard
Nov 08, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for CreateBindCtx() and added missing CoGetClassObject()
to *.spec file. Makes Internet Explorer 4.01 happy ;-)
parent
c4b54f8f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
ole2.c
ole/ole2.c
+11
-0
ole32.spec
relay32/ole32.spec
+2
-2
No files found.
ole/ole2.c
View file @
3a230263
...
@@ -125,3 +125,14 @@ HRESULT WINAPI RevokeDragDrop32(
...
@@ -125,3 +125,14 @@ HRESULT WINAPI RevokeDragDrop32(
FIXME
(
ole
,
"(0x%04x),stub!
\n
"
,
hwnd
);
FIXME
(
ole
,
"(0x%04x),stub!
\n
"
,
hwnd
);
return
S_OK
;
return
S_OK
;
}
}
/***********************************************************************
* CreateBindCtx32 [OLE32.52]
*/
HRESULT
WINAPI
CreateBindCtx32
(
DWORD
reserved
,
LPVOID
*
ppbc
)
{
FIXME
(
ole
,
"(0x%08x %p): stub!
\n
"
,
reserved
,
ppbc
);
*
ppbc
=
0
;
// return S_OK;
return
E_OUTOFMEMORY
;
}
relay32/ole32.spec
View file @
3a230263
...
@@ -16,7 +16,7 @@ type win32
...
@@ -16,7 +16,7 @@ type win32
13 stdcall CoFreeLibrary(long) CoFreeLibrary
13 stdcall CoFreeLibrary(long) CoFreeLibrary
14 stdcall CoFreeUnusedLibraries() CoFreeUnusedLibraries
14 stdcall CoFreeUnusedLibraries() CoFreeUnusedLibraries
15 stub CoGetCallerTID
15 stub CoGetCallerTID
16 st
ub
CoGetClassObject
16 st
dcall CoGetClassObject(ptr long ptr ptr ptr)
CoGetClassObject
17 stub CoGetCurrentLogicalThreadId
17 stub CoGetCurrentLogicalThreadId
18 stdcall CoGetCurrentProcess() CoGetCurrentProcess
18 stdcall CoGetCurrentProcess() CoGetCurrentProcess
19 stub CoGetInterfaceAndReleaseStream
19 stub CoGetInterfaceAndReleaseStream
...
@@ -52,7 +52,7 @@ type win32
...
@@ -52,7 +52,7 @@ type win32
49 stub CoUnmarshalHresult
49 stub CoUnmarshalHresult
50 stub CoUnmarshalInterface
50 stub CoUnmarshalInterface
51 stub CreateAntiMoniker
51 stub CreateAntiMoniker
52 st
ub CreateBindCtx
52 st
dcall CreateBindCtx(long ptr) CreateBindCtx32
53 stub CreateDataAdviseHolder
53 stub CreateDataAdviseHolder
54 stub CreateDataCache
54 stub CreateDataCache
55 stdcall CreateFileMoniker(ptr ptr) CreateFileMoniker32
55 stdcall CreateFileMoniker(ptr ptr) CreateFileMoniker32
...
...
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