Leaked source code of windows server 2003
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.
 
 
 
 
 
 

29 lines
743 B

//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
//
// 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>