VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/debug.h@ 1

Last change on this file since 1 was 1, checked in by vboxsync, 55 years ago

import

File size: 694 bytes
Line 
1/***************************************************************************\
2*
3* *******************
4* * GDI SAMPLE CODE *
5* *******************
6*
7* Module Name: debug.h
8*
9* Commonly used debugging macros.
10*
11* Copyright (c) 1992-1998 Microsoft Corporation
12\***************************************************************************/
13
14
15#ifdef LOG_ENABLED
16
17VOID
18DebugPrint(
19 ULONG DebugPrintLevel,
20 PCHAR DebugMessage,
21 ...
22 );
23
24#define DISPDBG(arg) DebugPrint arg
25#define RIP(x) { DebugPrint(0, x); EngDebugBreak();}
26
27#else
28
29#define DISPDBG(arg)
30#define RIP(x)
31
32#endif
33
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette