2025-04-27 07:49:33 -04:00

13 lines
344 B
C

/*+-------------------------------------------------------------------------+
| Copyright 1993-1994 (C) Microsoft Corporation - All rights reserved. |
+-------------------------------------------------------------------------+*/
#ifndef _SWITCHES_
#define _SWITCHES_
#if DBG && !defined(DEBUG)
#define DEBUG
#endif
#endif