debug.c
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 0k
Category:

Windows Kernel

Development Platform:

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. // Define some things for debug.h
  5. //
  6. #define SZ_DEBUGINI         "ccshell.ini"
  7. #define SZ_DEBUGSECTION     "ALLOCSPY"
  8. #define SZ_MODULE           "ALLOCSPY"
  9. #define DECLARE_DEBUG
  10. #include <windows.h>
  11. #include <ccstock.h>
  12. #include <debug.h>