VirtualBox

Changeset 29746 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
May 21, 2010 5:03:19 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61929
Message:

wddm: disable assertions, disable VBoxTray logging

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  
    458458        case D3DDDICAPS_DDRAW:
    459459        {
    460             AssertBreakpoint();
    461460            Assert(pData->DataSize >= sizeof (DDRAW_CAPS));
    462461            if (pData->DataSize >= sizeof (DDRAW_CAPS))
     
    477476        case D3DDDICAPS_DDRAW_MODE_SPECIFIC:
    478477        {
    479             AssertBreakpoint();
    480478            Assert(pData->DataSize >= sizeof (DDRAW_MODE_SPECIFIC_CAPS));
    481479            if (pData->DataSize >= sizeof (DDRAW_MODE_SPECIFIC_CAPS))
  • trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk

    r28800 r29746  
    4949ifdef VBOXWDDM
    5050 VBoxTray_DEFS   += VBOXWDDM
    51  VBoxTray_DEFS   += LOG_ENABLED
     51 # VBoxTray_DEFS   += LOG_ENABLED
    5252 # we need only includes for PFND3DKMT stuff as all we link dynamicaly to it
    5353 VBoxTray_INCS   += $(PATH_SDK_WINDDK_INC_API) $(PATH_SDK_WINDDK_INC_DDK)
Note: See TracChangeset for help on using the changeset viewer.

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