home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples1.exe / smc / attrlist.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-23  |  258 b   |  11 lines

  1. #ifndef ATTRDEF
  2. #error  Must define 'ATTRDEF' properly before including this file!
  3. #endif
  4.  
  5. ATTRDEF(GUID       , "guid"      )
  6. ATTRDEF(SYS_IMPORT , "sysimport" )
  7. ATTRDEF(NATIVE_TYPE, "nativetype")
  8. ATTRDEF(SYS_STRUCT , "sysstruct" )
  9.  
  10. #undef  ATTRDEF
  11.