VirtualBox

Changeset 11559 in vbox


Ignore:
Timestamp:
Aug 21, 2008 10:16:32 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35144
Message:

vslick.h fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r11439 r11559  
    484484        echo '#define NS_IMETHOD_(type) type ' >> [email protected]
    485485        echo '#define PARSERS_EXPORT ' >> [email protected]
    486         echo '#define SAX_EXPORT ' >> [email protected]
    487486        echo '#define STDMETHOD(a) NS_IMETHOD a ' >> [email protected]
    488         echo '#define XERCES_CPP_NAMESPACE_BEGIN ' >> [email protected]
    489         echo '#define XERCES_CPP_NAMESPACE_END ' >> [email protected]
    490487
    491488        echo '#define CTXAllSUFF(var)                 var##R3 ' >> [email protected]
     
    496493        echo '#define OTHERCTXMID(first, last)        first##GC##last ' >> [email protected]
    497494        echo '#define CTXTYPE(GCType, R3Type, R0Type) R3Type ' >> [email protected]
     495        echo '#define RCTYPE(RCType, HCType)          RCType ' >> [email protected]
     496        echo '#define GCTYPE(GCType, HCType)          GCType ' >> [email protected]
     497        echo '#define RCPTRTYPE(RCType)               RCType ' >> [email protected]
    498498        echo '#define GCPTRTYPE(GCType)               GCType ' >> [email protected]
    499         echo '#define GCTYPE(GCType, HCType)          GCType ' >> [email protected]
    500499        echo '#define HCPTRTYPE(HCType)               HCType ' >> [email protected]
    501500        echo '#define R3R0PTRTYPE(HCType)             HCType ' >> [email protected]
     
    508507        echo '#define DECLINLINE(type)                inline type ' >> [email protected]
    509508
    510         echo '#define PDM_SRC_POS                     __FILE__, __LINE__, __PRETTY_FUNCTION__ ' >> [email protected]
    511         echo '#define PDM_SRC_POS_DECL                const char *pszFile, unsigned iLine, const char *pszFunction ' >> [email protected]
    512         echo '#define PDM_SRC_POS_ARGS                pszFile, iLine, pszFunction ' >> [email protected]
    513509        echo '#define PDMDEVINSINT_DECLARED           1' >> [email protected]
    514510        echo '#define VBOXCALL' >> [email protected]
     
    538534        $(MV) -f [email protected] $@
    539535        $(RM) -f [email protected] [email protected] [email protected]
     536ifeq ($(KBUILD_HOST),win)
     537        $(ECHO) 'TODO: Merge vslick.h with your "$(HOMEDRIVE)$(HOMEPATH)\Documents\My SlickEdit Config\x.y.z\usercpp.h" file.'
     538else
    540539        $(ECHO) "TODO: Merge ./vslick.h with your ~/.slickedit/x.y.z/unxcpp.h file."
     540endif
    541541
    542542
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