Changeset 29746 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 21, 2010 5:03:19 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61929
- Location:
- trunk/src/VBox/Additions/WINNT
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp
r29742 r29746 458 458 case D3DDDICAPS_DDRAW: 459 459 { 460 AssertBreakpoint();461 460 Assert(pData->DataSize >= sizeof (DDRAW_CAPS)); 462 461 if (pData->DataSize >= sizeof (DDRAW_CAPS)) … … 477 476 case D3DDDICAPS_DDRAW_MODE_SPECIFIC: 478 477 { 479 AssertBreakpoint();480 478 Assert(pData->DataSize >= sizeof (DDRAW_MODE_SPECIFIC_CAPS)); 481 479 if (pData->DataSize >= sizeof (DDRAW_MODE_SPECIFIC_CAPS)) -
trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk
r28800 r29746 49 49 ifdef VBOXWDDM 50 50 VBoxTray_DEFS += VBOXWDDM 51 VBoxTray_DEFS += LOG_ENABLED51 # VBoxTray_DEFS += LOG_ENABLED 52 52 # we need only includes for PFND3DKMT stuff as all we link dynamicaly to it 53 53 VBoxTray_INCS += $(PATH_SDK_WINDDK_INC_API) $(PATH_SDK_WINDDK_INC_DDK)
Note:
See TracChangeset
for help on using the changeset viewer.