d3dx8: Change the debug channel of d3dx8 into the generic d3dx.

This commit is contained in:
David Adam 2008-11-13 23:44:22 +01:00 committed by Alexandre Julliard
parent f52402e71a
commit 5aa32e84c3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#include "wine/unicode.h"
#include "d3dx8_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(d3d);
WINE_DEFAULT_DEBUG_CHANNEL(d3dx);
HRESULT WINAPI D3DXCreateBuffer(DWORD NumBytes, LPD3DXBUFFER* ppBuffer) {
ID3DXBufferImpl *object;