summaryrefslogtreecommitdiffstats
path: root/private/nw/convert/nwconv/switches.h
blob: a42c1f0313748b45722ca670fffbde50edc93841 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*+-------------------------------------------------------------------------+
  | Copyright 1993-1994 (C) Microsoft Corporation - All rights reserved.    |
  +-------------------------------------------------------------------------+*/

#ifndef _SWITCHES_
#define _SWITCHES_

#if DBG && !defined(DEBUG)
#define DEBUG
#endif

#endif