mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
NLS stubs and exported data.
svn path=/trunk/; revision=622
This commit is contained in:
parent
e9703bfa98
commit
1f636015ba
1 changed files with 19 additions and 0 deletions
19
reactos/ntoskrnl/nls/nls.c
Normal file
19
reactos/ntoskrnl/nls/nls.c
Normal 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 */
|
Loading…
Reference in a new issue