d3dx8: Change the debug channel into the generic d3dx.

oldstable
David Adam 2009-02-05 18:55:31 +01:00 committed by Alexandre Julliard
parent 952d10a67f
commit cdf61610f3
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(d3dx8);
WINE_DEFAULT_DEBUG_CHANNEL(d3dx);
static const ID3DXMatrixStackVtbl ID3DXMatrixStack_Vtbl;