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
21 lines
589 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1993 - 1999.
|
|
//
|
|
// File: debug.cpp
|
|
//
|
|
// Contents: #defines so we can include shell\inc\debug.h
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
#include "priv.h"
|
|
|
|
// Define some things for debug.h
|
|
//
|
|
#define SZ_DEBUGINI "ccshell.ini"
|
|
#define SZ_DEBUGSECTION "SHGINA"
|
|
#define SZ_MODULE "SHGINA"
|
|
#define DECLARE_DEBUG
|
|
|
|
#include <ccstock.h>
|
|
#include <debug.h>
|