- Timestamp:
- Nov 16, 2009 10:20:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp
r24686 r24688 225 225 226 226 227 #ifdef RT_OS_WINDOWS 227 228 /** 228 229 * Looks up the storage path handle (registry). … … 277 278 return RTErrConvertFromNtStatus(RegCloseKey(hKey)); 278 279 } 280 #endif /* RT_OS_WINDOWS */ 279 281 280 282 … … 424 426 #else 425 427 /** @todo implement me */ 426 rc = V INF_NOT_IMPLEMENTED;428 rc = VERR_NOT_IMPLEMENTED; 427 429 #endif 428 430 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.