Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.38 KB | None | 0 0
  1.  
  2.   DEFINE_CLASS(VALUE_TYPE,            System,                 ValueType)
  3.  +DEFINE_METHOD(VALUE_TYPE,           GET_HASH_CODE,          GetHashCode,            IM_RetInt)
  4.  +DEFINE_METHOD(VALUE_TYPE,           EQUALS,                 Equals,                 IM_Obj_RetBool)
  5.  
  6.   #ifdef FEATURE_COMINTEROP
  7.   DEFINE_CLASS(VARIANT_WRAPPER,       Interop,                VariantWrapper)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement