summaryrefslogtreecommitdiffstats
path: root/private/crt32/mbstring/mbascii1.opt
blob: ef702d38974c1a70b0d2615e469084bafea30615 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/***
*mbascii1.c - Enable MB ASCII Support
*
*	Copyright (c) 1991-1992, Microsoft Corporation.  All rights reserved.
*
*Purpose:
*	Enable MB ASCII support (set _mbascii flag to 1).
*
*	[For complete description, see mbascii0.c.]
*
*Revision History:
*	11-19-92  KRS	Ported from 16-bit sources.
*
*******************************************************************************/

#include <cruntime.h>
#include <mbdata.h>

unsigned int _mbascii = 1; 	/* !0 = operate on MB ASCII chars */