mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 07:41:51 +00:00
actavite debuger trace again
svn path=/trunk/; revision=27243
This commit is contained in:
parent
9eaf219355
commit
73ca69bb50
1 changed files with 3 additions and 2 deletions
|
@ -192,7 +192,7 @@ VOID Hal_DirectDraw_Release (LPDIRECTDRAW7);
|
||||||
} \
|
} \
|
||||||
return DD_OK;
|
return DD_OK;
|
||||||
|
|
||||||
#ifdef __GNU__
|
//#ifdef __GNU__
|
||||||
#define DX_STUB_str(x) \
|
#define DX_STUB_str(x) \
|
||||||
{ \
|
{ \
|
||||||
char buffer[1024]; \
|
char buffer[1024]; \
|
||||||
|
@ -222,11 +222,12 @@ VOID Hal_DirectDraw_Release (LPDIRECTDRAW7);
|
||||||
OutputDebugStringA(buffer); \
|
OutputDebugStringA(buffer); \
|
||||||
firstcallxx = FALSE; \
|
firstcallxx = FALSE; \
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
#else
|
#else
|
||||||
#define DX_WINDBG_trace() //
|
#define DX_WINDBG_trace() //
|
||||||
#define DX_STUB_str(x) //
|
#define DX_STUB_str(x) //
|
||||||
#define DX_WINDBG_trace_res(width,height,bpp) //
|
#define DX_WINDBG_trace_res(width,height,bpp) //
|
||||||
#endif
|
#endif
|
||||||
|
*/
|
||||||
|
|
||||||
#endif /* __DDRAW_PRIVATE */
|
#endif /* __DDRAW_PRIVATE */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue