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

操作系统开发

开发平台:

Visual C++

  1. /*** 
  2. * switch.h
  3. *
  4. * Copyright <C> 1985, 1986, 1987 Microsoft Corporation
  5. *
  6. *******************************************************************************/
  7. /*===========================================================================*/
  8. /* This file is the first thing included by version.h.      */
  9. /*===========================================================================*/
  10. #define ON (-1)
  11. #define OFF 0
  12. /*=============================================================*/
  13. /* Switches specific to c source */
  14. /* These switches are not in switch.inc */
  15. /*=============================================================*/
  16. #ifndef DEFINE_VARIABLES /* Allow to be defined previous to VERSION.H */
  17. #define DEFINE_VARIABLES OFF /* ON - allocate global variables.*/
  18. #endif
  19. #define LINT_ARGS OFF /* ON - runtime lib arg types to be checked */