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/VirtualBoxBase.h

    r3033 r3668  
    4343#include <map>
    4444
    45 #if defined (__WIN__)
     45#if defined (RT_OS_WINDOWS)
    4646
    4747#include <atlcom.h>
     
    119119};
    120120
    121 #endif // defined (__WIN__)
     121#endif // defined (RT_OS_WINDOWS)
    122122
    123123// macros
     
    381381
    382382class ATL_NO_VTABLE VirtualBoxBaseNEXT_base
    383 #ifdef __WIN__
     383#ifdef RT_OS_WINDOWS
    384384    : public CComObjectRootEx <CComMultiThreadModel>
    385385#else
     
    877877/// @todo (dmik) remove after we switch to VirtualBoxBaseNEXT completely
    878878class ATL_NO_VTABLE VirtualBoxBase : public VirtualBoxBaseNEXT_base
    879 //#ifdef __WIN__
     879//#ifdef RT_OS_WINDOWS
    880880//    : public CComObjectRootEx<CComMultiThreadModel>
    881881//#else
     
    11081108class ATL_NO_VTABLE VirtualBoxSupportErrorInfoImpl
    11091109    : protected VirtualBoxSupportErrorInfoImplBase
    1110 #if defined (__WIN__)
     1110#if defined (RT_OS_WINDOWS)
    11111111    , public ISupportErrorInfo
    11121112#else
     
    11151115public:
    11161116
    1117 #if defined (__WIN__)
     1117#if defined (RT_OS_WINDOWS)
    11181118    STDMETHOD(InterfaceSupportsErrorInfo) (REFIID riid)
    11191119    {
     
    11461146        return bSupports ? S_OK : S_FALSE;
    11471147    }
    1148 #endif // defined (__WIN__)
     1148#endif // defined (RT_OS_WINDOWS)
    11491149
    11501150protected:
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