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

Windows Kernel

Development Platform:

Visual C++

  1. //
  2. //
  3. //
  4. // This file cannot be compiled as a C++ file, otherwise the linker
  5. // will bail on unresolved externals (even with extern "C" wrapping 
  6. // this).
  7. #include "precomp.h"
  8. #include "ccstock.h"
  9. // Define some things for debug.h
  10. //
  11. #define SZ_DEBUGINI         "ccshell.ini"
  12. #define SZ_DEBUGSECTION     "deskcpl"
  13. #define SZ_MODULE           "DESKCPL"
  14. #define DECLARE_DEBUG
  15. #include "debug.h"
  16. // Include the standard helper functions to dump common ADTs
  17. //#include "..libdump.c"