21 lines
537 B
C
21 lines
537 B
C
//*******************************************************************************************
|
|
//
|
|
// Filename : debug.c
|
|
//
|
|
// Debug routines
|
|
//
|
|
// Copyright (c) 1994 - 1996 Microsoft Corporation. All rights reserved
|
|
//
|
|
//*******************************************************************************************
|
|
|
|
#include "pch.h"
|
|
|
|
|
|
#define SZ_DEBUGINI "ccshell.ini"
|
|
#define SZ_DEBUGSECTION "cabview"
|
|
#define SZ_MODULE "CABVIEW"
|
|
#define DECLARE_DEBUG
|
|
#include <ccstock.h>
|
|
#include <debug.h>
|
|
|