VirtualBox

Ignore:
Timestamp:
Aug 29, 2013 12:57:24 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88536
Message:

vboxtray: cleanup debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp

    r48146 r48154  
    17251725    }
    17261726
    1727 #ifdef DEBUG_misha
    1728     {
    1729         UINT cDcDisplays;
    1730         DWORD winEr2 = vboxDispIfWddmDcQueryNumDisplays(&cDcDisplays);
    1731         Assert(cDcDisplays == NumDevices);
    1732         /* testing */
    1733         Assert(cDcDisplays == 2);
    1734     }
    1735 #endif
    17361727    DISPLAY_DEVICE *paDisplayDevices = (DISPLAY_DEVICE *)alloca (sizeof (DISPLAY_DEVICE) * NumDevices);
    17371728    DEVMODE *paDeviceModes = (DEVMODE *)alloca (sizeof (DEVMODE) * NumDevices);
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