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
20 lines
537 B
//*******************************************************************************************
|
|
//
|
|
// 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>
|
|
|