VirtualBox

Changeset 22522 in vbox


Ignore:
Timestamp:
Aug 27, 2009 1:22:41 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51544
Message:

slickedit adj for main code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r22453 r22522  
    838838        @$(APPEND) [email protected] '#define ATL_NO_VTABLE '
    839839        @$(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) '
    840844        @$(APPEND) [email protected] '#define END_COM_MAP(a) '
    841845
    842         @$(APPEND) [email protected] '#define CHECKREADY if(!isReady()) return E_UNEXPECTED; '
    843846        @$(APPEND) [email protected] '#define COM_DECL_READONLY_ENUM_AND_COLLECTION(a) '
    844         @$(APPEND) [email protected] '#define COM_INTERFACE_ENTRY(a) '
    845847        @$(APPEND) [email protected] '#define COMGETTER(n)                    Get##n '
    846848        @$(APPEND) [email protected] '#define COMSETTER(n)                    Set##n '
    847849        @$(APPEND) [email protected] '#define ComSafeArrayIn(t,a)             t a[] '
    848850        @$(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) '
    849854        @$(APPEND) [email protected] '#define DECLARE_NOT_AGGREGATABLE(a) '
    850855        @$(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() {}'
    851858        @$(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 '
    854861        @$(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) '
    856866
    857867        @$(APPEND) [email protected] '#define CTX_SUFF(var)                   var##R3 '
    858868        @$(APPEND) [email protected] '#define CTXAllSUFF(var)                 var##R3 '
    859869        @$(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 '
    861871        @$(APPEND) [email protected] '#define CTXALLMID(first, last)          first##R3##last '
    862872        @$(APPEND) [email protected] '#define CTXMID(first, last)             first##HC##last '
     
    876886        @$(APPEND) [email protected] '#define RTCALL'
    877887        @$(APPEND) [email protected] '#define DECLINLINE(type)                inline type '
     888        @$(APPEND) [email protected] '#define DECL_FORCED_INLINE(type)        inline type '
    878889
    879890        @$(APPEND) [email protected] '#define PDMDEVINSINT_DECLARED           1'
     891        @$(APPEND) [email protected] '#define VBOX_WITH_HGCM                  1'
    880892        @$(APPEND) [email protected] '#define VBOXCALL'
    881893
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