fix debug define
This commit is contained in:
parent
d79b2086cc
commit
49c4fe826d
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ HRESULT __stdcall ddraw_surface_DeleteAttachedSurface(IDirectDrawSurfaceImpl *Th
|
|||
|
||||
HRESULT __stdcall ddraw_surface_GetSurfaceDesc(IDirectDrawSurfaceImpl *This, LPDDSURFACEDESC lpDDSurfaceDesc)
|
||||
{
|
||||
#if DEBUG_X
|
||||
#if _DEBUG_X
|
||||
printf("IDirectDrawSurface::GetSurfaceDesc(This=%p, lpDDSurfaceDesc=%p)\n", This, lpDDSurfaceDesc);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue