Changeset 36955 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common
- Timestamp:
- May 4, 2011 12:35:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.cpp
r36867 r36955 27 27 #include <VBox/VBoxGuestLib.h> 28 28 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*/ 33 bool g_bVBoxVDbgBreakF = false; 34 bool g_bVBoxVDbgBreakFv = false; 35 #endif 36 29 37 #pragma alloc_text(PAGE, VBoxQueryWinVersion) 30 38 #pragma alloc_text(PAGE, VBoxGetHeightReduction) … … 40 48 BOOLEAN checkedBuild; 41 49 static vboxWinVersion_t s_WinVersion = UNKNOWN_WINVERSION; 42 50 43 51 if (s_WinVersion != UNKNOWN_WINVERSION) 44 52 {
Note:
See TracChangeset
for help on using the changeset viewer.