mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[BASESRV]
- Fix nls.c header information. - Rename BasepUnknown to BasepDebugProcess according to j00ru's http://j00ru.vexillium.org/csrss_list/api_list.html#Windows_2k3 and what Alex_Ionescu committed in r59879 (deprecated api). svn path=/trunk/; revision=59884
This commit is contained in:
parent
80cb32f995
commit
bd732acefd
2 changed files with 5 additions and 4 deletions
|
@ -46,9 +46,10 @@ typedef enum _BASESRV_API_NUMBER
|
|||
BasepNlsUpdateCacheCount,
|
||||
BasepSetTermsrvClientTimeZone,
|
||||
BasepSxsCreateActivationContext,
|
||||
BasepUnknown,
|
||||
BasepDebugProcess,
|
||||
BasepRegisterThread,
|
||||
BasepNlsGetUserInfo,
|
||||
|
||||
BasepMaxApiNumber
|
||||
} BASESRV_API_NUMBER, *PBASESRV_API_NUMBER;
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Base API Server DLL
|
||||
* FILE: subsystems/win/basesrv/vdm.c
|
||||
* PURPOSE: Virtual DOS Machines (VDM) Support
|
||||
* PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr)
|
||||
* FILE: subsystems/win/basesrv/nls.c
|
||||
* PURPOSE: National Language Support (NLS)
|
||||
* PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org)
|
||||
*/
|
||||
|
||||
/* INCLUDES *******************************************************************/
|
||||
|
|
Loading…
Reference in a new issue