- Timestamp:
- Oct 8, 2018 11:35:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.h
r69500 r74670 30 30 /* debugging configuration flags */ 31 31 32 /* Adds vectored exception handler to be able to catch non-debug UM exceptions in kernel debugger. */ 33 #define VBOXWDDMDISP_DEBUG_VEHANDLER 34 32 35 /* generic debugging facilities & extra data checks */ 33 36 # define VBOXWDDMDISP_DEBUG … … 39 42 /* use OutputDebugString */ 40 43 //# define VBOXWDDMDISP_DEBUG_PRINT 41 /* adds vectored exception handler to be able to catch non-debug UM exceptions in kernel debugger */42 //# define VBOXWDDMDISP_DEBUG_VEHANDLER43 44 /* disable shared resource creation with wine */ 44 45 //# define VBOXWDDMDISP_DEBUG_NOSHARED
Note:
See TracChangeset
for help on using the changeset viewer.