VirtualBox

Changeset 6489 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 24, 2008 3:54:35 PM (17 years ago)
Author:
vboxsync
Message:

r=bird: Fixed CFGM regression (dmik only). Added a todo for dmik.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/cdefs.h

    r6475 r6489  
    13831383 * the expression normally otherwise.
    13841384 * @param expr  Expression to guard.
     1385 * @todo r=bird: please rename to NO_DMIK or NOT_DMIK.
    13851386 */
    13861387#if defined(DEBUG_dmik)
    1387 # define NoDmik(expr)
     1388# define NoDmik(expr) do { } while (0)
    13881389#else
    13891390# define NoDmik(expr) expr
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