normaliz: Changed the default debug channel to normaliz instead of authz.
This commit is contained in:
parent
81d6e7443a
commit
33fcb5b5f4
|
@ -29,7 +29,7 @@
|
|||
#include "winbase.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(authz);
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(normaliz);
|
||||
|
||||
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue