NLS stubs and exported data.

svn path=/trunk/; revision=622
This commit is contained in:
Emanuele Aliberti 1999-08-20 16:30:16 +00:00
parent e9703bfa98
commit 1f636015ba

View file

@ -0,0 +1,19 @@
/* $Id: nls.c,v 1.1 1999/08/20 16:30:16 ea Exp $
*
* reactos/ntoskrnl/nls/nls.c
*/
#include <ntos.h>
BYTE
NlsLeadByteInfo = 0; /* ? */
USHORT
NlsMbCodePageTag = 0;
USHORT
NlsOemLeadByteInfo = 0;
USHORT
NlsAnsiCodePage = 0;
/* EOF */