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.

20 lines
537 B

  1. //*******************************************************************************************
  2. //
  3. // Filename : debug.c
  4. //
  5. // Debug routines
  6. //
  7. // Copyright (c) 1994 - 1996 Microsoft Corporation. All rights reserved
  8. //
  9. //*******************************************************************************************
  10. #include "pch.h"
  11. #define SZ_DEBUGINI "ccshell.ini"
  12. #define SZ_DEBUGSECTION "cabview"
  13. #define SZ_MODULE "CABVIEW"
  14. #define DECLARE_DEBUG
  15. #include <ccstock.h>
  16. #include <debug.h>