diff options
Diffstat (limited to '')
-rw-r--r-- | private/nw/convert/nwconv/switches.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/private/nw/convert/nwconv/switches.h b/private/nw/convert/nwconv/switches.h new file mode 100644 index 000000000..a42c1f031 --- /dev/null +++ b/private/nw/convert/nwconv/switches.h @@ -0,0 +1,12 @@ +/*+-------------------------------------------------------------------------+ + | Copyright 1993-1994 (C) Microsoft Corporation - All rights reserved. | + +-------------------------------------------------------------------------+*/ + +#ifndef _SWITCHES_ +#define _SWITCHES_ + +#if DBG && !defined(DEBUG) +#define DEBUG +#endif + +#endif |