debug.c
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:0k
源码类别:

系统编程

开发平台:

Visual C++

  1. //
  2. //
  3. // This file cannot be compiled as a C++ file, otherwise the linker
  4. // will bail on unresolved externals (even with extern "C" wrapping 
  5. // this).
  6. #include <windows.h>
  7. #include <ccstock.h>
  8. // Define some things for debug.h
  9. //
  10. #define SZ_DEBUGINI     "shellext.ini"
  11. #define SZ_DEBUGSECTION "webcheck"
  12. #define SZ_MODULE       "WEBCHECK"
  13. #define DECLARE_DEBUG
  14. #include <debug.h>