Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
486 B

/***
*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 */