types.inc
资源名称:DOS系统的源代码.rar [点击查看]
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:0k
源码类别:
操作系统开发
开发平台:
Visual C++
- ;***
- ;types.inc - externs for the type manager
- ;
- ; Copyright <C> 1985, 1986, 1987, 1988 Microsoft Corporation
- ;
- ;
- ;*******************************************************************************
- TYPES_INC = ON
- sBegin CP
- ife TYPMGR_ASM
- EXTRN DefineTyp:far
- EXTRN RefTyp:far
- EXTRN DefineElem:near
- EXTRN DefineElemFixed:near
- EXTRN RefElem:far
- EXTRN ONamOElem:far
- EXTRN ONamOTyp:far
- EXTRN CompareTyps:far
- endif
- sEnd CP