msxml3: Fix a debug channel and comment copypaste.

This commit is contained in:
Nikolay Sivov 2010-02-03 17:21:51 +03:00 committed by Alexandre Julliard
parent 87e89995ee
commit d3aacce605
1 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@
#include "wine/debug.h" #include "wine/debug.h"
#include "wine/unicode.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 * 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) HRESULT WINAPI DllRegisterServer(void)
{ {
@ -729,7 +729,7 @@ HRESULT WINAPI DllRegisterServer(void)
} }
/*********************************************************************** /***********************************************************************
* DllUnregisterServer (OLEAUT32.@) * DllUnregisterServer (MSXML3.@)
*/ */
HRESULT WINAPI DllUnregisterServer(void) HRESULT WINAPI DllUnregisterServer(void)
{ {