windows-nt/Source/XPSP1/NT/shell/ext/shgina/debug.cpp

22 lines
568 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// 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>