Leaked source code of windows server 2003
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.

21 lines
589 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1993 - 1999.
  5. //
  6. // File: debug.cpp
  7. //
  8. // Contents: #defines so we can include shell\inc\debug.h
  9. //
  10. //----------------------------------------------------------------------------
  11. #include "priv.h"
  12. // Define some things for debug.h
  13. //
  14. #define SZ_DEBUGINI "ccshell.ini"
  15. #define SZ_DEBUGSECTION "SHGINA"
  16. #define SZ_MODULE "SHGINA"
  17. #define DECLARE_DEBUG
  18. #include <ccstock.h>
  19. #include <debug.h>