reactos/win32ss/user
Giannis Adamopoulos 1a8d9f12d6 [NTUSER] Implement creating the system threads
- Add UserCreateSystemThread function that will signal csrss to create a new system thread.
- NtUserCreateWindowStation: Create the raw input thread and the desktop thread when the IO window station gets created.
- IntMakeHungWindowGhosted: Create the ghost system thread that will own all ghost windows.
- Let the raw input thread manage the window station of csrss.

[USERSRV] Remove system threads creating hack
- Implement SrvCreateSystemThreads
- Don't create the system threads in UserServerDllInitialization.
2018-12-19 16:13:18 +02:00
..
ntuser [NTUSER] Implement creating the system threads 2018-12-19 16:13:18 +02:00
rtl [WIN32SS][LPK] Add BiDi support to menus and window captions (#738) 2018-08-23 19:43:12 +02:00
user32 [USER32] App Switcher Arrow keys (#1136) 2018-12-16 08:42:20 +09:00
winsrv [NTUSER] Implement creating the system threads 2018-12-19 16:13:18 +02:00