d3d8: Change the default debug channel to d3d8 for device.c.

This commit is contained in:
H. Verbeet 2006-03-19 22:26:00 +00:00 committed by Alexandre Julliard
parent 2940fd9170
commit bb370f3582
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#include "d3d8_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(d3d);
WINE_DEFAULT_DEBUG_CHANNEL(d3d8);
/* IDirect3D IUnknown parts follow: */
HRESULT WINAPI IDirect3DDevice8Impl_QueryInterface(LPDIRECT3DDEVICE8 iface,REFIID riid,LPVOID *ppobj)