Commit 5aa32e84 authored by David Adam's avatar David Adam Committed by Alexandre Julliard

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

parent f52402e7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment