VirtualBox

Ignore:
Timestamp:
Jan 18, 2022 5:53:26 PM (3 years ago)
Author:
vboxsync
Message:

Additions: Guest Lib: VBoxGuestR3LibDrmClient: fix build, bugref:10134.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDrmClient.cpp

    r93330 r93331  
    8383}
    8484
     85#if defined(RT_OS_LINUX)
    8586static int VbglR3DrmStart(const char *pszCmd, const char **apszArgs)
    8687{
    87 #if defined(RT_OS_LINUX)
    8888    return RTProcCreate(pszCmd, apszArgs, RTENV_DEFAULT,
    8989                        RTPROC_FLAGS_DETACHED | RTPROC_FLAGS_SEARCH_PATH, NULL);
    90 #else
    91     return VERR_NOT_SUPPORTED;
     90}
    9291#endif
    93 }
    9492
    9593/**
Note: See TracChangeset for help on using the changeset viewer.

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