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