qasf: Switch to the quartz debug channel.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2021-07-09 22:14:38 -05:00 committed by Alexandre Julliard
parent 7986d4e299
commit ecef62cf81
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
#include "qasf_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(qasf);
WINE_DEFAULT_DEBUG_CHANNEL(quartz);
struct asf_reader
{

View File

@ -20,7 +20,7 @@
#include "qasf_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(qasf);
WINE_DEFAULT_DEBUG_CHANNEL(quartz);
struct buffer
{

View File

@ -20,7 +20,7 @@
#include "qasf_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(qasf);
WINE_DEFAULT_DEBUG_CHANNEL(quartz);
struct class_factory
{