VirtualBox

Ignore:
Timestamp:
Feb 4, 2007 7:19:30 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18235
Message:

Initial darwin port. (Not tested on linux yet.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r1 r606  
    253253
    254254    const Bstr &settingsFileName() { return mData.mCfgFile.mName; }
    255    
     255
    256256    /* for VirtualBoxSupportErrorInfoImpl */
    257257    static const wchar_t *getComponentName() { return L"VirtualBox"; }
     
    353353#if defined(__WIN__)
    354354            : mUpdateReq (NULL)
    355 #elif defined(__LINUX__)
     355#else
    356356            : mUpdateReq (NIL_RTSEMEVENT)
    357357#endif
     
    361361#if defined(__WIN__)
    362362        const HANDLE mUpdateReq;
    363 #elif defined(__LINUX__)
     363#else
    364364        const RTSEMEVENT mUpdateReq;
    365365#endif
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