VirtualBox

Ignore:
Timestamp:
Oct 1, 2012 11:55:58 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81049
Message:

wddm: basics for miniport-based visible rects processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/common/VBoxVideoLog.h

    r41472 r43489  
    9797#endif
    9898
    99 #define WARN_NOBP(_a) _LOGMSG(VBOX_VIDEO_LOG_LOGGER, "WARNING! :", _a)
     99#define WARN_NOBP(_a) _LOGMSG(_WARN_LOGGER, "WARNING! :", _a)
    100100#define WARN(_a)           \
    101101    do                     \
     
    108108            WARN(_w); \
    109109        }\
     110    } while (0)
     111
     112#define STOP_FATAL() do {      \
     113        AssertReleaseFailed(); \
     114    } while (0)
     115#define ERR(_a) do { \
     116        _LOGMSG(VBOX_VIDEO_LOGREL_LOGGER, "FATAL! :", _a); \
     117        STOP_FATAL();                             \
    110118    } while (0)
    111119
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