//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\ // // 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 // TEXTW macro used in debug.h #include