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
7521295f
Commit
7521295f
authored
Nov 25, 2000
by
Marcus Meissner
Committed by
Alexandre Julliard
Nov 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added OLE32.DllRegisterServer stub.
parent
74eee411
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
ole32.spec
dlls/ole32/ole32.spec
+1
-1
ole32_main.c
dlls/ole32/ole32_main.c
+7
-0
No files found.
dlls/ole32/ole32.spec
View file @
7521295f
...
...
@@ -205,7 +205,7 @@ debug_channels (ole relay storage)
191 stub CoSwitchCallContext
192 stdcall CreateErrorInfo(ptr) CreateErrorInfo
193 stub CreateObjrefMoniker
194 st
ub
DllRegisterServer
194 st
dcall DllRegisterServer() OLE32_
DllRegisterServer
195 stdcall FreePropVariantArray(long ptr) FreePropVariantArray
196 stdcall GetErrorInfo(long ptr) GetErrorInfo
197 stub HACCEL_UserFree
...
...
dlls/ole32/ole32_main.c
View file @
7521295f
...
...
@@ -3,6 +3,7 @@
*
*/
#include "windef.h"
#include "winerror.h"
#include "ole32_main.h"
#include "debugtools.h"
...
...
@@ -35,3 +36,9 @@ BOOL WINAPI OLE32_DllEntryPoint(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImp
}
return
TRUE
;
}
HRESULT
WINAPI
OLE32_DllRegisterServer
()
{
/* FIXME: what Interfaces should we register ... */
FIXME
(
"(), stub!
\n
"
);
return
S_OK
;
}
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