d3dx8: Change the debug channel of d3dx8 into the generic d3dx.
This commit is contained in:
parent
f52402e71a
commit
5aa32e84c3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue