local.h
上传用户:looem2003
上传日期:2014-07-20
资源大小:13733k
文件大小:0k
源码类别:

打印编程

开发平台:

Visual C++

  1. /*++
  2. Copyright (c) 1996-2003  Microsoft Corporation
  3. All rights reserved
  4. Module Name:
  5.     local.h
  6. --*/
  7. #ifndef _LOCAL_H_
  8. #define _LOCAL_H_
  9. #define COUNTOF(x)                (sizeof(x)/sizeof *(x))
  10. #include "mem.h"
  11. #define DBG_TRACE
  12. #define DBG_WARN
  13. #define DBG_ERROR
  14. #define DBGMSG(level, message)
  15. #define SPLASSERT(arg)
  16. #endif // _LOCAL_H_