windows-nt/Source/XPSP1/NT/ds/nw/convert/nwconv/switches.h

13 lines
332 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*+-------------------------------------------------------------------------+
| Copyright 1993-1994 (C) Microsoft Corporation - All rights reserved. |
+-------------------------------------------------------------------------+*/
#ifndef _SWITCHES_
#define _SWITCHES_
#if DBG && !defined(DEBUG)
#define DEBUG
#endif
#endif