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
66e8c4ee
Commit
66e8c4ee
authored
Sep 10, 1999
by
Marcus Meissner
Committed by
Alexandre Julliard
Sep 10, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for RegisterActiveObject().
parent
2f521d3e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
1 deletion
+22
-1
Makefile.in
ole/Makefile.in
+1
-0
oleaut32.c
ole/oleaut32.c
+20
-0
oleaut32.spec
relay32/oleaut32.spec
+1
-1
No files found.
ole/Makefile.in
View file @
66e8c4ee
...
...
@@ -24,6 +24,7 @@ C_SRCS = \
ole2disp.c
\
ole2nls.c
\
ole2stubs.c
\
oleaut32.c
\
olecli.c
\
oledlg.c
\
olefont.c
\
...
...
ole/oleaut32.c
0 → 100644
View file @
66e8c4ee
/*
* OLEAUT32
*
*/
#include <string.h>
#include "winuser.h"
#include "winerror.h"
#include "oleauto.h"
#include "wine/obj_base.h"
#include "heap.h"
#include "ldt.h"
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL
(
ole
)
HRESULT
WINAPI
RegisterActiveObject
(
DWORD
x1
,
DWORD
x2
,
DWORD
x3
,
DWORD
x4
)
{
FIXME
(
"(0x%08lx,0x%08lx,0x%08lx,0x%08lx), stub!
\n
"
,
x1
,
x2
,
x3
,
x4
);
return
E_FAIL
;
}
relay32/oleaut32.spec
View file @
66e8c4ee
...
...
@@ -33,7 +33,7 @@ type win32
30 stub DispInvoke
31 stub CreateDispTypeInfo
32 stub CreateStdDispatch
33 st
ub
RegisterActiveObject
33 st
dcall RegisterActiveObject(long long long long)
RegisterActiveObject
34 stub RevokeActiveObject
35 stub GetActiveObject
36 stdcall SafeArrayAllocDescriptor(long ptr) SafeArrayAllocDescriptor
...
...
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