windows-nt/Source/XPSP1/NT/com/ole32/common/cruntime/nlsdata1.c

24 lines
626 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/***
*nlsdata1.c - globals for international library - small globals
*
* Copyright (c) 1991-1992, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This module contains the globals: __mb_cur_max, _decimal_point,
* _decimal_point_length. This module is always required.
* This module is separated from nlsdatax.c for granularity.
*
*Revision History:
* 12-01-91 ETC Created.
* 04-03-92 PLM Changes tdef.h to tchar.h
* 08-18-92 KRS Rip out _tflag--not used.
*
*******************************************************************************/
/*
* Value of MB_CUR_MAX macro.
*/
unsigned short __mb_cur_max = 1;