Changeset 22906 in vbox
- Timestamp:
- Sep 10, 2009 11:19:27 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52168
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r22823 r22906 514 514 endif 515 515 516 # 517 # For vmmGetSvnRev. 518 # 519 VMMAll/VMMAll.cpp_DEFS = VBOX_SVN_REV=$(VBOX_SVN_REV) 516 520 517 521 include $(KBUILD_PATH)/subfooter.kmk -
trunk/src/VBox/VMM/VMMAll/VMMAll.cpp
r22890 r22906 31 31 #include <VBox/param.h> 32 32 #include <VBox/hwaccm.h> 33 #include <iprt/buildconfig.h>34 33 35 34 … … 140 139 VMMDECL(uint32_t) VMMGetSvnRev(void) 141 140 { 142 return RTBldCfgRevision();141 return VBOX_SVN_REV; 143 142 } 144 143
Note:
See TracChangeset
for help on using the changeset viewer.