VirtualBox

Changeset 6996 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 18, 2008 3:05:10 PM (17 years ago)
Author:
vboxsync
Message:

Check for VBOX_WITH_PDM_LOCK.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r6977 r6996  
    4747
    4848
    49 ##
    50 ## Enable the pdm lock (experimental).
    51 ##
    52 #DEFS += VBOX_WITH_PDM_LOCK
     49#
     50# Enable the pdm lock (experimental).
     51#
     52ifdef VBOX_WITH_PDM_LOCK
     53 DEFS += VBOX_WITH_PDM_LOCK
     54endif
    5355
    5456
  • trunk/src/VBox/VMM/Makefile.kmk

    r6581 r6996  
    2121## @todo get rid of these.
    2222# Enable the PDM lock.
    23 #DEFS += VBOX_WITH_PDM_LOCK
     23ifdef VBOX_WITH_PDM_LOCK
     24DEFS += VBOX_WITH_PDM_LOCK
     25endif
    2426ifdef VBOX_WITH_INTERNAL_NETWORKING
    2527DEFS += VBOX_WITH_INTERNAL_NETWORKING
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