VirtualBox

Changeset 56021 in vbox for trunk/tools/bin


Ignore:
Timestamp:
May 21, 2015 7:22:15 PM (10 years ago)
Author:
vboxsync
Message:

IEM_STATIC and stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bin/gen-slickedit-workspace.sh

    r55635 r56021  
    575575#define VBOXCALL
    576576
     577#define PGM_ALL_CB_DECL(type)           type
     578#define PGM_ALL_CB2_DECL(type)          type
    577579#define PGM_CTX(a,b)                    b
    578580#define PGM_CTX3(a,b,c)                 c
     
    624626#define IEM_MC_ARG(a_Type, a_Name, a_iArg)                 a_Type a_Name
    625627#define IEM_MC_ARG_CONST(a_Type, a_Name, a_Value, a_iArg)  a_Type const a_Name = a_Value
     628#define IEM_STATIC
    626629
    627630#define RTASN1_IMPL_GEN_SEQ_OF_TYPEDEFS_AND_PROTOS(a_SeqOfType, a_ItemType, a_DeclMacro, a_ImplExtNm) typedef struct a_SeqOfType { RTASN1SEQUENCECORE SeqCore; RTASN1ALLOCATION Allocation; uint32_t cItems; RT_CONCAT(P,a_ItemType) paItems; } a_SeqOfType; typedef a_SeqOfType *P##a_SeqOfType, const *PC##a_SeqOfType; int a_ImplExtNm##_DecodeAsn1(struct RTASN1CURSOR *pCursor, uint32_t fFlags, P##a_SeqOfType pThis, const char *pszErrorTag); int a_ImplExtNm##_Compare(PC##a_SeqOfType pLeft, PC##a_SeqOfType pRight)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette