Changeset 3668 in vbox for trunk/src/VBox/Main/include/VirtualBoxBase.h
- Timestamp:
- Jul 17, 2007 8:56:37 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22944
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxBase.h
r3033 r3668 43 43 #include <map> 44 44 45 #if defined ( __WIN__)45 #if defined (RT_OS_WINDOWS) 46 46 47 47 #include <atlcom.h> … … 119 119 }; 120 120 121 #endif // defined ( __WIN__)121 #endif // defined (RT_OS_WINDOWS) 122 122 123 123 // macros … … 381 381 382 382 class ATL_NO_VTABLE VirtualBoxBaseNEXT_base 383 #ifdef __WIN__383 #ifdef RT_OS_WINDOWS 384 384 : public CComObjectRootEx <CComMultiThreadModel> 385 385 #else … … 877 877 /// @todo (dmik) remove after we switch to VirtualBoxBaseNEXT completely 878 878 class ATL_NO_VTABLE VirtualBoxBase : public VirtualBoxBaseNEXT_base 879 //#ifdef __WIN__879 //#ifdef RT_OS_WINDOWS 880 880 // : public CComObjectRootEx<CComMultiThreadModel> 881 881 //#else … … 1108 1108 class ATL_NO_VTABLE VirtualBoxSupportErrorInfoImpl 1109 1109 : protected VirtualBoxSupportErrorInfoImplBase 1110 #if defined ( __WIN__)1110 #if defined (RT_OS_WINDOWS) 1111 1111 , public ISupportErrorInfo 1112 1112 #else … … 1115 1115 public: 1116 1116 1117 #if defined ( __WIN__)1117 #if defined (RT_OS_WINDOWS) 1118 1118 STDMETHOD(InterfaceSupportsErrorInfo) (REFIID riid) 1119 1119 { … … 1146 1146 return bSupports ? S_OK : S_FALSE; 1147 1147 } 1148 #endif // defined ( __WIN__)1148 #endif // defined (RT_OS_WINDOWS) 1149 1149 1150 1150 protected:
Note:
See TracChangeset
for help on using the changeset viewer.