mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
7353af1e3d
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)! |
||
---|---|---|
.. | ||
csr | ||
dbg | ||
def | ||
dispatch | ||
etw | ||
include | ||
ldr | ||
nt_0600 | ||
rtl | ||
CMakeLists.txt |