reactos/sdk
Hermès Bélusca-Maïto 7353af1e3d
[NTDLL:CSR][CSRSRV] Start to deprecate CSR functions removed on Windows 2003.
The server-side CsrSrvIdentifyAlertableThread and CsrSrvSetPriorityClass
functions are completely removed in Win2k3+, and are since stubbed by
CsrSrvUnusedFunction instead. They however were present up to Windows XP,
albeit with an extremely minimal implementation.

The corresponding client-side CsrIdentifyAlertableThread and CsrSetPriorityClass
now become just stubs that either trivially succeed or fail, respectively.

See https://www.geoffchappell.com/studies/windows/win32/csrsrv/api/srvinit/apidispatch.htm
for more information.

- Fix typo "al*T*ertable" --> "alertable".
- Remove ROS-specific CSRSS_IDENTIFY_ALERTABLE_THREAD that was
  deprecated since ages (at least before 2005)!
2021-11-22 00:13:34 +01:00
..
cmake [SDK][CMAKE] config.cmake: Add ARM64 compiler options (#4050) 2021-11-17 14:18:06 +03:00
include [NTDLL:CSR][CSRSRV] Start to deprecate CSR functions removed on Windows 2003. 2021-11-22 00:13:34 +01:00
lib [CRT] stdio/file.c: Import 3 Wine one-liner fixes (#4101) 2021-11-18 23:23:12 +01:00
tools [HHPCOMP] Check return value when calling chdir (#4073) 2021-11-17 14:28:12 +03:00