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

系统编程

开发平台:

Visual C++

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