Changeset 63245 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 10, 2016 10:38:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r63186 r63245 314 314 HRESULT GuestProcess::getEnvironment(std::vector<com::Utf8Str> &aEnvironment) 315 315 { 316 #ifndef VBOX_W TIH_GUEST_CONTROL316 #ifndef VBOX_WITH_GUEST_CONTROL 317 317 ReturnComNotImplemented(); 318 318 #else
Note:
See TracChangeset
for help on using the changeset viewer.