Changeset 56021 in vbox for trunk/tools/bin
- Timestamp:
- May 21, 2015 7:22:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/gen-slickedit-workspace.sh
r55635 r56021 575 575 #define VBOXCALL 576 576 577 #define PGM_ALL_CB_DECL(type) type 578 #define PGM_ALL_CB2_DECL(type) type 577 579 #define PGM_CTX(a,b) b 578 580 #define PGM_CTX3(a,b,c) c … … 624 626 #define IEM_MC_ARG(a_Type, a_Name, a_iArg) a_Type a_Name 625 627 #define IEM_MC_ARG_CONST(a_Type, a_Name, a_Value, a_iArg) a_Type const a_Name = a_Value 628 #define IEM_STATIC 626 629 627 630 #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.