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
964ef89f
Commit
964ef89f
authored
Feb 14, 2006
by
Hans Leidekker
Committed by
Alexandre Julliard
Feb 14, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3: Implement DllUnregisterServer.
parent
0dec5281
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
main.c
dlls/msxml3/main.c
+7
-0
msxml3.spec
dlls/msxml3/msxml3.spec
+1
-1
No files found.
dlls/msxml3/main.c
View file @
964ef89f
...
...
@@ -82,3 +82,10 @@ HRESULT WINAPI DllRegisterServer(void)
"msxml3.dll"
);
return
r
;
}
HRESULT
WINAPI
DllUnregisterServer
(
void
)
{
RegDeleteKeyA
(
HKEY_CLASSES_ROOT
,
"CLSID
\\
{2933BF90-7B36-11D2-B20E-00C04F983E60}
\\
InProcServer32"
);
RegDeleteKeyA
(
HKEY_CLASSES_ROOT
,
"CLSID
\\
{2933BF90-7B36-11D2-B20E-00C04F983E60}"
);
return
S_OK
;
}
dlls/msxml3/msxml3.spec
View file @
964ef89f
...
...
@@ -9,4 +9,4 @@
@ stdcall -private DllCanUnloadNow()
@ stdcall -private DllGetClassObject(ptr ptr ptr)
@ stdcall -private DllRegisterServer()
@ st
ub DllUnregisterServer
@ st
dcall -private DllUnregisterServer()
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