Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
397 B

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