switch.h
资源名称:DOS系统的源代码.rar [点击查看]
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:1k
源码类别:
操作系统开发
开发平台:
Visual C++
- /***
- * switch.h
- *
- * Copyright <C> 1985, 1986, 1987 Microsoft Corporation
- *
- *******************************************************************************/
- /*===========================================================================*/
- /* This file is the first thing included by version.h. */
- /*===========================================================================*/
- #define ON (-1)
- #define OFF 0
- /*=============================================================*/
- /* Switches specific to c source */
- /* These switches are not in switch.inc */
- /*=============================================================*/
- #ifndef DEFINE_VARIABLES /* Allow to be defined previous to VERSION.H */
- #define DEFINE_VARIABLES OFF /* ON - allocate global variables.*/
- #endif
- #define LINT_ARGS OFF /* ON - runtime lib arg types to be checked */