Windows2003-3790/shell/ext/cdfview/debug.cpp
2020-09-30 16:53:55 +02:00

30 lines
743 B
C++

//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
//
// debug.cpp
//
// Debug file. This file makes use to the shell debugging macros and
// functions defined in shell\inc\debug.h
//
// History:
//
// 3/16/97 edwardp Created.
//
////////////////////////////////////////////////////////////////////////////////
#include "stdinc.h"
//
// Define strings used by debug.h. Declaring DECLARE_DEBUG causes debug.h to
// define its c objects here.
//
#define SZ_DEBUGINI "shellext.ini"
#define SZ_DEBUGSECTION "cdfview"
#define SZ_MODULE "CDFVIEW"
#define DECLARE_DEBUG
#include <ccstock.h> // TEXTW macro used in debug.h
#include <debug.h>