VirtualBox

Changeset 27742 in vbox


Ignore:
Timestamp:
Mar 26, 2010 1:53:38 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59372
Message:

Guest Control: Build fix.

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/GuestImpl.cpp

    r27741 r27742  
    312312}
    313313
     314#ifdef VBOX_WITH_GUEST_CONTROL
    314315HRESULT Guest::prepareExecuteArgs(ComSafeArrayIn(IN_BSTR, aArguments),
    315316                                  char **ppszArgv, uint32_t *pcbList, uint32_t *pcArgs)
     
    361362    return S_OK;
    362363}
     364#endif /* VBOX_WITH_GUEST_CONTROL */
    363365
    364366STDMETHODIMP Guest::ExecuteProgram(IN_BSTR aExecName, ULONG aFlags,
  • trunk/src/VBox/Main/include/GuestImpl.h

    r27741 r27742  
    9292private:
    9393
     94# ifdef VBOX_WITH_GUEST_CONTROL
    9495    HRESULT prepareExecuteArgs(ComSafeArrayIn(IN_BSTR, aArguments),
    9596                               char **ppszArgv, uint32_t *pcbList, uint32_t *pcArgs);
     
    9798    HRESULT prepareExecuteEnv(ComSafeArrayIn(IN_BSTR, aEnvironment),
    9899                              void **ppvList, uint32_t *pcbList, uint32_t *pcEnv);
     100# endif
    99101
    100102    struct Data
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette