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
d36e1cef
Commit
d36e1cef
authored
Sep 09, 2009
by
Huw Davies
Committed by
Alexandre Julliard
Sep 09, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oledb32: Add registration routines.
parent
92cd7a8f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
Makefile.in
dlls/oledb32/Makefile.in
+2
-1
oledb32.spec
dlls/oledb32/oledb32.spec
+2
-2
regsvr.c
dlls/oledb32/regsvr.c
+0
-0
wine.inf.in
tools/wine.inf.in
+1
-0
No files found.
dlls/oledb32/Makefile.in
View file @
d36e1cef
...
...
@@ -8,7 +8,8 @@ IMPORTS = uuid oleaut32 ole32 user32 advapi32 kernel32
C_SRCS
=
\
convert.c
\
main.c
main.c
\
regsvr.c
IDL_I_SRCS
=
convert.idl
...
...
dlls/oledb32/oledb32.spec
View file @
d36e1cef
@ stub DllCanUnloadNow
@ stdcall -private DllGetClassObject(ptr ptr ptr)
@ st
ub DllRegisterServer
@ st
ub DllUnregisterServer
@ st
dcall -private DllRegisterServer()
@ st
dcall -private DllUnregisterServer()
dlls/oledb32/regsvr.c
0 → 100644
View file @
d36e1cef
This diff is collapsed.
Click to expand it.
tools/wine.inf.in
View file @
d36e1cef
...
...
@@ -2422,6 +2422,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,mstask.dll,1
11,,msxml3.dll,1
11,,objsel.dll,1
11,,oledb32.dll,1
11,,qcap.dll,1
11,,qedit.dll,1
11,,qmgr.dll,1
...
...
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