VirtualBox

Ignore:
Timestamp:
Jul 17, 2007 8:56:37 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22944
Message:

replace underscore symbols in Main/

File:
1 edited

Legend:

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

    r3480 r3668  
    3434#include <map>
    3535
    36 #ifdef __WIN__
     36#ifdef RT_OS_WINDOWS
    3737#include "win32/resource.h"
    3838#endif
     
    5656class SystemProperties;
    5757
    58 #ifdef __WIN__
     58#ifdef RT_OS_WINDOWS
    5959class SVCHlpClient;
    6060#endif
     
    6767    public VirtualBoxSupportErrorInfoImpl <VirtualBox, IVirtualBox>,
    6868    public VirtualBoxSupportTranslation <VirtualBox>,
    69 #ifdef __WIN__
     69#ifdef RT_OS_WINDOWS
    7070    public IDispatchImpl<IVirtualBox, &IID_IVirtualBox, &LIBID_VirtualBox,
    7171                         kTypeLibraryMajorVersion, kTypeLibraryMinorVersion>,
     
    186186    HRESULT removeProgress (INPTR GUIDPARAM aId);
    187187
    188 #ifdef __WIN__
     188#ifdef RT_OS_WINDOWS
    189189    typedef DECLCALLBACKPTR (HRESULT, SVCHelperClientFunc)
    190190        (SVCHlpClient *aClient, Progress *aProgress, void *aUser, int *aVrc);
     
    354354    {
    355355        ClientWatcherData()
    356 #if defined(__WIN__)
     356#if defined(RT_OS_WINDOWS)
    357357            : mUpdateReq (NULL)
    358 #elif defined(__OS2__)
     358#elif defined(RT_OS_OS2)
    359359            : mUpdateReq (NIL_RTSEMEVENT)
    360360#elif defined(VBOX_WITH_SYS_V_IPC_SESSION_WATCHER)
     
    366366
    367367        // const objects not requiring locking
    368 #if defined(__WIN__)
     368#if defined(RT_OS_WINDOWS)
    369369        const HANDLE mUpdateReq;
    370 #elif defined(__OS2__)
     370#elif defined(RT_OS_OS2)
    371371        const RTSEMEVENT mUpdateReq;
    372372#elif defined(VBOX_WITH_SYS_V_IPC_SESSION_WATCHER)
     
    393393    static DECLCALLBACK(int) AsyncEventHandler (RTTHREAD thread, void *pvUser);
    394394
    395 #ifdef __WIN__
     395#ifdef RT_OS_WINDOWS
    396396    static DECLCALLBACK(int) SVCHelperClientThread (RTTHREAD aThread, void *aUser);
    397397#endif
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