windows-nt/Source/XPSP1/NT/shell/tools/starbuck/debug.cpp
2020-09-26 16:20:57 +08:00

26 lines
716 B
C++

/*****************************************************************************\
FILE: debug.cpp
DESCRIPTION:
Debug information.
BryanSt 4/4/2000 (Bryan Starbuck)
Copyright (C) Microsoft Corp 2000-2000. All rights reserved.
\*****************************************************************************/
// This file cannot be compiled as a C++ file, otherwise the linker
// will bail on unresolved externals (even with extern "C" wrapping
// this).
#include "priv.h"
// Define some things for debug.h
//
#define SZ_DEBUGINI "ccshell.ini"
#define SZ_DEBUGSECTION "STARBUCK"
#define SZ_MODULE "STARBUCK"
#define DECLARE_DEBUG
#include <ccstock.h>
#include <debug.h>