Changeset 25021 in vbox for trunk/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp
- Timestamp:
- Nov 26, 2009 4:03:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp
r18171 r25021 193 193 } 194 194 195 /** @todo maybe we should drop this routine entirely later because we detecting 196 * the running OS via VBoxService in ring 3 using guest properties since a while. */ 195 197 NTSTATUS hlpVBoxReportGuestInfo (PVBOXGUESTDEVEXT pDevExt) 196 198 { … … 223 225 req->guestInfo.osType = VBOXOSTYPE_WinVista; 224 226 break; 227 case WIN7: 228 req->guestInfo.osType = VBOXOSTYPE_Win7; 229 break; 225 230 default: 226 231 /* we don't know, therefore NT family */
Note:
See TracChangeset
for help on using the changeset viewer.