VirtualBox

Changeset 22906 in vbox


Ignore:
Timestamp:
Sep 10, 2009 11:19:27 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52168
Message:

VMM: Don't use RTBldCfgRevision here, the R3 <-> R0/RC compatability checks are too critical.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

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

    r22823 r22906  
    514514endif
    515515
     516#
     517# For vmmGetSvnRev.
     518#
     519VMMAll/VMMAll.cpp_DEFS = VBOX_SVN_REV=$(VBOX_SVN_REV)
    516520
    517521include $(KBUILD_PATH)/subfooter.kmk
  • trunk/src/VBox/VMM/VMMAll/VMMAll.cpp

    r22890 r22906  
    3131#include <VBox/param.h>
    3232#include <VBox/hwaccm.h>
    33 #include <iprt/buildconfig.h>
    3433
    3534
     
    140139VMMDECL(uint32_t) VMMGetSvnRev(void)
    141140{
    142     return RTBldCfgRevision();
     141    return VBOX_SVN_REV;
    143142}
    144143
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