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
d3aacce6
Commit
d3aacce6
authored
Feb 03, 2010
by
Nikolay Sivov
Committed by
Alexandre Julliard
Feb 03, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3: Fix a debug channel and comment copypaste.
parent
87e89995
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
regsvr.c
dlls/msxml3/regsvr.c
+3
-3
No files found.
dlls/msxml3/regsvr.c
View file @
d3aacce6
...
...
@@ -47,7 +47,7 @@
#include "wine/debug.h"
#include "wine/unicode.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
ole
);
WINE_DEFAULT_DEBUG_CHANNEL
(
msxml
);
/*
* Near the bottom of this file are the exported DllRegisterServer and
...
...
@@ -702,7 +702,7 @@ static struct progid const progid_list[] = {
};
/***********************************************************************
* DllRegisterServer (
OLEAUT32
.@)
* DllRegisterServer (
MSXML3
.@)
*/
HRESULT
WINAPI
DllRegisterServer
(
void
)
{
...
...
@@ -729,7 +729,7 @@ HRESULT WINAPI DllRegisterServer(void)
}
/***********************************************************************
* DllUnregisterServer (
OLEAUT32
.@)
* DllUnregisterServer (
MSXML3
.@)
*/
HRESULT
WINAPI
DllUnregisterServer
(
void
)
{
...
...
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