types.inc
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:0k
源码类别:

操作系统开发

开发平台:

Visual C++

  1. ;*** 
  2. ;types.inc - externs for the type manager
  3. ;
  4. ; Copyright <C> 1985, 1986, 1987, 1988 Microsoft Corporation
  5. ;
  6. ;
  7. ;*******************************************************************************
  8. TYPES_INC = ON
  9. sBegin CP
  10. ife TYPMGR_ASM
  11. EXTRN DefineTyp:far
  12. EXTRN RefTyp:far
  13. EXTRN DefineElem:near
  14. EXTRN DefineElemFixed:near
  15. EXTRN RefElem:far
  16. EXTRN ONamOElem:far
  17. EXTRN ONamOTyp:far
  18. EXTRN CompareTyps:far 
  19. endif
  20. sEnd CP