VirtualBox

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

最後變更 在這個檔案從14949是 1,由 vboxsync 提交於 55 年 前

import

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 937 位元組
 
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//VBOX
15#ifdef LOG_ENABLED
16VOID
17DebugPrint(
18 ULONG DebugPrintLevel,
19 PCHAR DebugMessage,
20 ...
21 );
22
23#define DISPDBG(arg) DebugPrint arg
24#define RIP(x) { DebugPrint(0, x); }
25#else
26#define DISPDBG(arg)
27#define RIP(x)
28#endif
29
30// #if DBG
31//
32// VOID
33// DebugPrint(
34// ULONG DebugPrintLevel,
35// PCHAR DebugMessage,
36// ...
37// );
38//
39// #define DISPDBG(arg) DebugPrint arg
40// #define RIP(x) { DebugPrint(0, x); EngDebugBreak();}
41//
42// #else
43//
44// #define DISPDBG(arg)
45// #define RIP(x)
46//
47// #endif
48
49
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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