Changeset 35887 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Feb 8, 2011 8:36:00 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69899
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHelpers.cpp
r35863 r35887 30 30 int hlpReportStatus(VBoxGuestStatusCurrent statusCurrent) 31 31 { 32 int rc = VbglR3ReportAdditionsStatus(VBoxGuestStatusFacility_VBoxTray ,32 int rc = VbglR3ReportAdditionsStatus(VBoxGuestStatusFacility_VBoxTrayClient, 33 33 statusCurrent, 34 34 0 /* Flags */);
Note:
See TracChangeset
for help on using the changeset viewer.