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 "init.h"
  8. // Define some things for debug.h
  9. //
  10. #define SZ_DEBUGINI         "shellext.ini"
  11. #define SZ_DEBUGSECTION     "occache"
  12. #define SZ_MODULE           "OCCACHE"
  13. #define DECLARE_DEBUG
  14. #include <debug.h>