Changeset 21941 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 3, 2009 2:38:55 PM (15 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxService
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r21250 r21941 76 76 VBoxServiceNT_DEFS.win = _WIN32_WINNT=0x0400 _UNICODE UNICODE TARGET_NT4 77 77 78 #VBoxServiceVMInfo.cpp uses VBOX_SVN_REV. 79 VBoxServiceVMInfo.cpp_DEFS = VBOX_SVN_REV=$(VBOX_SVN_REV) 80 VBoxServiceVMInfo.cpp_DEPS = $(VBOX_SVN_REV_KMK) 81 78 82 # 79 83 # The icon is configurable. -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r21528 r21941 52 52 #include <iprt/time.h> 53 53 #include <iprt/assert.h> 54 #include <VBox/version.h> 54 55 #include <VBox/VBoxGuestLib.h> 55 56 #include "VBoxServiceInternal.h" … … 174 175 rc = VboxServiceWinGetComponentVersions(g_VMInfoGuestPropSvcClientID); 175 176 #else 176 /** @todo */ 177 /* VboxServiceGetAddsVersion !RT_OS_WINDOWS */ 178 VboxServiceWriteProp(g_VMInfoGuestPropSvcClientID, "GuestAdd/Version", VBOX_VERSION_STRING); 179 180 char szRevision[32] = {0}; 181 RTStrPrintf(szRevision, sizeof(szRevision), "%lu", VBOX_SVN_REV); 182 VboxServiceWriteProp(g_VMInfoGuestPropSvcClientID, "GuestAdd/Revision", szRevision); 177 183 #endif 178 184
Note:
See TracChangeset
for help on using the changeset viewer.