mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Prepared loading of .nls files
svn path=/trunk/; revision=2018
This commit is contained in:
parent
29b5ab4122
commit
b6da4ac7a1
1 changed files with 7 additions and 0 deletions
|
@ -53,6 +53,13 @@ VOID CmShutdownRegistry(VOID);
|
|||
VOID CmImportHive(PCHAR);
|
||||
VOID KdInitSystem(ULONG Reserved, PLOADER_PARAMETER_BLOCK LoaderBlock);
|
||||
|
||||
NTSTATUS RtlpInitNlsSections(ULONG Mod1Start,
|
||||
ULONG Mod1End,
|
||||
ULONG Mod2Start,
|
||||
ULONG Mod2End,
|
||||
ULONG Mod3Start,
|
||||
ULONG Mod3End);
|
||||
|
||||
#endif /* __ASM__ */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue