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.

25 lines
716 B

  1. /*****************************************************************************\
  2. FILE: debug.cpp
  3. DESCRIPTION:
  4. Debug information.
  5. BryanSt 4/4/2000 (Bryan Starbuck)
  6. Copyright (C) Microsoft Corp 2000-2000. All rights reserved.
  7. \*****************************************************************************/
  8. // This file cannot be compiled as a C++ file, otherwise the linker
  9. // will bail on unresolved externals (even with extern "C" wrapping
  10. // this).
  11. #include "priv.h"
  12. // Define some things for debug.h
  13. //
  14. #define SZ_DEBUGINI "ccshell.ini"
  15. #define SZ_DEBUGSECTION "STARBUCK"
  16. #define SZ_MODULE "STARBUCK"
  17. #define DECLARE_DEBUG
  18. #include <ccstock.h>
  19. #include <debug.h>