VirtualBox

Ignore:
Timestamp:
Oct 21, 2009 9:02:09 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: 4357: RT_OS_LINUX only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp

    r23954 r23955  
    344344void VBoxProblemReporter::checkForMountedWrongUSB() const
    345345{
     346#ifdef RT_OS_LINUX
    346347    QFile file ("/proc/mounts");
    347348    if (file.exists() && file.open (QIODevice::ReadOnly | QIODevice::Text))
     
    364365                     "checkForMountedWrongUSB");
    365366    }
     367#endif
    366368}
    367369
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