[CMAKE] Use modules instead of shared librariesThere is no need to compile our DLLs as shared libraries since we aremanaging symbols exports and imports through spec files.On my system, this red
[CMAKE] Use modules instead of shared librariesThere is no need to compile our DLLs as shared libraries since we aremanaging symbols exports and imports through spec files.On my system, this reduces the configure-time by a factor of two.
show more ...
[WLNOTIFY] Disable the Logoff-Handler routine for the scheduler service.The Logoff-Handler might try to notify the scheduler service which might already have been shut down. We need to fix the shut
[WLNOTIFY] Disable the Logoff-Handler routine for the scheduler service.The Logoff-Handler might try to notify the scheduler service which might already have been shut down. We need to fix the shutdown sequence, so that the service manager stops all running services.Might fix CORE-14521.
[WLNOTIFY] Use the wine debug method, add wlnotify to the build and fix some typos
[WLNOTIFY] Add SCard, Termsrv and Wlballon notifications and remove the test notifications
[WLNOTIFY] Add sens service stubs
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.