VirtualBox

Ignore:
Timestamp:
May 4, 2011 12:35:05 PM (14 years ago)
Author:
vboxsync
Message:

wddm: build fixes for DEBUG_misha

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.cpp

    r36867 r36955  
    2727#include <VBox/VBoxGuestLib.h>
    2828
     29#ifdef DEBUG_misha
     30/* specifies whether the vboxVDbgBreakF should break in the debugger
     31 * windbg seems to have some issues when there is a lot ( >~50) of sw breakpoints defined
     32 * to simplify things we just insert breaks for the case of intensive debugging WDDM driver*/
     33bool g_bVBoxVDbgBreakF = false;
     34bool g_bVBoxVDbgBreakFv = false;
     35#endif
     36
    2937#pragma alloc_text(PAGE, VBoxQueryWinVersion)
    3038#pragma alloc_text(PAGE, VBoxGetHeightReduction)
     
    4048    BOOLEAN checkedBuild;
    4149    static vboxWinVersion_t s_WinVersion = UNKNOWN_WINVERSION;
    42    
     50
    4351    if (s_WinVersion != UNKNOWN_WINVERSION)
    4452    {
Note: See TracChangeset for help on using the changeset viewer.

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