18 lines
420 B
C++
18 lines
420 B
C++
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 2000
|
|
//
|
|
// File: debug.cpp
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
#include "stdafx.h"
|
|
|
|
#define DECLARE_DEBUG
|
|
#define SZ_DEBUGINI "taskui.ini"
|
|
#define SZ_MODULE "taskui"
|
|
#define SZ_DEBUGSECTION ""
|
|
#include <debug.h>
|
|
|