Changeset 70062 in vbox
- Timestamp:
- Dec 11, 2017 3:27:48 PM (7 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
-
Makefile.kmk (modified) (1 diff)
-
VBox/HostServices/GuestPropertySvc.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Makefile.kmk
r69686 r70062 42 42 VBox/settings.h \ 43 43 VBox/com/Guid.h \ 44 VBox/HostServices/GuestPropertySvc.h \45 44 iprt/cpp/% \ 46 45 VBox/com/% \ -
trunk/include/VBox/HostServices/GuestPropertySvc.h
r70061 r70062 183 183 { 184 184 char *pszNext; 185 unsigned i; 185 186 186 187 /* TRANSRESET implies TRANSIENT. For compatability with old clients we … … 190 191 191 192 pszNext = pszFlags; 192 for ( unsignedi = 0; i < RT_ELEMENTS(s_aFlagList); ++i)193 for (i = 0; i < RT_ELEMENTS(s_aFlagList); ++i) 193 194 { 194 195 if (s_aFlagList[i] == (fFlags & s_aFlagList[i]))
Note:
See TracChangeset
for help on using the changeset viewer.

