- Move ps/locale.c to ex/locale.c, since it has nothing to do with Process/Thread...
authorAlex Ionescu <aionescu@gmail.com>
Tue, 18 Jul 2006 01:58:10 +0000 (01:58 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Tue, 18 Jul 2006 01:58:10 +0000 (01:58 +0000)
commit6cf95d5263f3550d59c0cd7e86fa2e98995f0ebb
treeb6175026fec2c2d4b5c6bf9ab0837d5e9a0a1cb1
parent26331352ea021fc5e51e0f6d96cd2e3cc9fce985
- Move ps/locale.c to ex/locale.c, since it has nothing to do with Process/Thread management (locale settings are part of the executive).
- Cleanup formatting in the file and add proper credits (Thomas and Eric).
- Create internal Exp* functions for Setting/Getting the user langid, since they need to be called 2, 3 times by other code and thus shared.
- Remove some deprecated code, make the functions themselves initialize the default ID when called for the first time (which should be done by winlogon --> it seems this isn't done yet?).
- Set default locale to 0x409 instead of 0x0.

svn path=/trunk/; revision=23133
reactos/ntoskrnl/ex/init.c
reactos/ntoskrnl/ex/locale.c [new file with mode: 0644]
reactos/ntoskrnl/include/internal/ps.h
reactos/ntoskrnl/ntoskrnl.rbuild
reactos/ntoskrnl/ps/locale.c [deleted file]