Dos6.0

源代码在线查看: switch.h

软件大小: 19350 K
上传用户: 189
关键词: Dos 6.0
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*** 
				* switch.h
				*
				*	Copyright  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 */
							

相关资源