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
616b2727
Commit
616b2727
authored
Aug 22, 2009
by
Damjan Jovanovic
Committed by
Alexandre Julliard
Aug 24, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sti: Add self registration.
parent
db71d7c0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
Makefile.in
dlls/sti/Makefile.in
+4
-2
regsvr.c
dlls/sti/regsvr.c
+0
-0
sti.spec
dlls/sti/sti.spec
+2
-2
wine.inf.in
tools/wine.inf.in
+1
-0
No files found.
dlls/sti/Makefile.in
View file @
616b2727
...
...
@@ -4,9 +4,11 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
sti.dll
IMPORTLIB
=
sti
IMPORTS
=
kernel32
IMPORTS
=
ole32 advapi32
kernel32
C_SRCS
=
sti_main.c
C_SRCS
=
\
regsvr.c
\
sti_main.c
@MAKE_DLL_RULES@
...
...
dlls/sti/regsvr.c
0 → 100644
View file @
616b2727
This diff is collapsed.
Click to expand it.
dlls/sti/sti.spec
View file @
616b2727
@ stub DllCanUnloadNow
@ stub DllGetClassObject
@ st
ub DllRegisterServer
@ st
ub DllUnregisterServer
@ st
dcall -private DllRegisterServer()
@ st
dcall -private DllUnregisterServer()
@ stdcall StiCreateInstance(ptr long ptr ptr)
@ stdcall StiCreateInstanceA(ptr long ptr ptr)
@ stdcall StiCreateInstanceW(ptr long ptr ptr)
tools/wine.inf.in
View file @
616b2727
...
...
@@ -2428,6 +2428,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,quartz.dll,1
11,,rsaenh.dll,1
11,,shdocvw.dll,1
11,,sti.dll,1
11,,urlmon.dll,1
11,,wbemprox.dll,1
11,,windowscodecs.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