Changeset 22522 in vbox
- Timestamp:
- Aug 27, 2009 1:22:41 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51544
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r22453 r22522 838 838 @$(APPEND) [email protected] '#define ATL_NO_VTABLE ' 839 839 @$(APPEND) [email protected] '#define BEGIN_COM_MAP(a) ' 840 @$(APPEND) [email protected] '#define COM_INTERFACE_ENTRY(a) ' 841 @$(APPEND) [email protected] '#define COM_INTERFACE_ENTRY2(a,b) ' 842 @$(APPEND) [email protected] '#define COM_INTERFACE_ENTRY3(a,b,c) ' 843 @$(APPEND) [email protected] '#define COM_INTERFACE_ENTRY4(a,b,c,d) ' 840 844 @$(APPEND) [email protected] '#define END_COM_MAP(a) ' 841 845 842 @$(APPEND) [email protected] '#define CHECKREADY if(!isReady()) return E_UNEXPECTED; '843 846 @$(APPEND) [email protected] '#define COM_DECL_READONLY_ENUM_AND_COLLECTION(a) ' 844 @$(APPEND) [email protected] '#define COM_INTERFACE_ENTRY(a) '845 847 @$(APPEND) [email protected] '#define COMGETTER(n) Get##n ' 846 848 @$(APPEND) [email protected] '#define COMSETTER(n) Set##n ' 847 849 @$(APPEND) [email protected] '#define ComSafeArrayIn(t,a) t a[] ' 848 850 @$(APPEND) [email protected] '#define ComSafeArrayOut(t,a) t * a[] ' 851 @$(APPEND) [email protected] '#define DECLARE_CLASSFACTORY(a) ' 852 @$(APPEND) [email protected] '#define DECLARE_CLASSFACTORY_SINGLETON(a) ' 853 @$(APPEND) [email protected] '#define DECLARE_REGISTRY_RESOURCEID(a) ' 849 854 @$(APPEND) [email protected] '#define DECLARE_NOT_AGGREGATABLE(a) ' 850 855 @$(APPEND) [email protected] '#define DECLARE_PROTECT_FINAL_CONSTRUCT(a) ' 856 @$(APPEND) [email protected] '#define DECLARE_EMPTY_CTOR_DTOR(a) a(); ~a();' 857 @$(APPEND) [email protected] '#define DEFINE_EMPTY_CTOR_DTOR(a) a::a() {} a::~a() {}' 851 858 @$(APPEND) [email protected] '#define NS_DECL_ISUPPORTS ' 852 @$(APPEND) [email protected] '#define NS_IMETHOD NS_IMETHOD_(nsresult) '853 @$(APPEND) [email protected] '#define NS_IMETHOD_(type) type '859 @$(APPEND) [email protected] '#define NS_IMETHOD NS_IMETHOD_(nsresult) ' 860 @$(APPEND) [email protected] '#define NS_IMETHOD_(type) type ' 854 861 @$(APPEND) [email protected] '#define PARSERS_EXPORT ' 855 @$(APPEND) [email protected] '#define STDMETHOD(a) NS_IMETHOD a ' 862 @$(APPEND) [email protected] '#define STDMETHOD(a) NS_IMETHOD a ' 863 @$(APPEND) [email protected] '#define VBOX_SCRIPTABLE(a) public a ' 864 @$(APPEND) [email protected] '#define VBOX_SCRIPTABLE_IMPL(a) ' 865 @$(APPEND) [email protected] '#define VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT(a) ' 856 866 857 867 @$(APPEND) [email protected] '#define CTX_SUFF(var) var##R3 ' 858 868 @$(APPEND) [email protected] '#define CTXAllSUFF(var) var##R3 ' 859 869 @$(APPEND) [email protected] '#define CTXSUFF(var) var##HC ' 860 @$(APPEND) [email protected] '#define OTHERCTXSUFF(var) var##GC '870 @$(APPEND) [email protected] '#define OTHERCTXSUFF(var) var##GC ' 861 871 @$(APPEND) [email protected] '#define CTXALLMID(first, last) first##R3##last ' 862 872 @$(APPEND) [email protected] '#define CTXMID(first, last) first##HC##last ' … … 876 886 @$(APPEND) [email protected] '#define RTCALL' 877 887 @$(APPEND) [email protected] '#define DECLINLINE(type) inline type ' 888 @$(APPEND) [email protected] '#define DECL_FORCED_INLINE(type) inline type ' 878 889 879 890 @$(APPEND) [email protected] '#define PDMDEVINSINT_DECLARED 1' 891 @$(APPEND) [email protected] '#define VBOX_WITH_HGCM 1' 880 892 @$(APPEND) [email protected] '#define VBOXCALL' 881 893
Note:
See TracChangeset
for help on using the changeset viewer.