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
323af8db
Commit
323af8db
authored
Mar 26, 2000
by
Marcus Meissner
Committed by
Alexandre Julliard
Mar 26, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stubs for DllRegisterServer/DllUnregisterServer.
parent
12085e9b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
oleaut.c
dlls/oleaut32/oleaut.c
+9
-0
oleaut32.spec
dlls/oleaut32/oleaut32.spec
+2
-2
No files found.
dlls/oleaut32/oleaut.c
View file @
323af8db
...
...
@@ -120,3 +120,12 @@ UINT WINAPI OaBuildVersion()
return
0x0
;
}
}
HRESULT
WINAPI
OLEAUT32_DllRegisterServer
()
{
FIXME
(
"stub!
\n
"
);
return
S_OK
;
}
HRESULT
WINAPI
OLEAUT32_DllUnregisterServer
()
{
FIXME
(
"stub!
\n
"
);
return
S_OK
;
}
dlls/oleaut32/oleaut32.spec
View file @
323af8db
...
...
@@ -250,8 +250,8 @@ type win32
295 stub LPSAFEARRAY_Size
296 stub LPSAFEARRAY_Marshal
297 stub LPSAFEARRAY_Unmarshal
320 st
ub
DllRegisterServer
321 st
ub
DllUnregisterServer
320 st
dcall DllRegisterServer() OLEAUT32_
DllRegisterServer
321 st
dcall DllUnregisterServer() OLEAUT32_
DllUnregisterServer
330 stub VarDateFromUdate
331 stub VarUdateFromDate
332 stub GetAltMonthNames
...
...
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