reactos/base
Eric Kohl e917471e04 [SERVICES] Fix the initial service status
- The initial dwWin32ExitCode for a disabled service is ERROR_SERVICE_DISABLED and ERROR_SRVICE_NEVER_STARTED for non-disabled services.
- The initial dwWaitHint is 2000 (2 seconds) for (user-mode) services and 0 for drivers.
- Move all driver-related code to driver.c.
2018-02-12 14:58:02 +01:00
..
applications [MAGNIFY] Call PostQuitMessage() only at the very end. 2018-02-11 00:35:29 +01:00
services [FREETYPE][PORTCLS][RPCSS][SPOOLSV][STLPORT][USETUP][WLANSVC] Silence some clang-cl warnings. 2017-12-07 23:26:59 +01:00
setup [SYSSETUP] Don't load ISOLATIONAWARE_MANIFEST_RESOURCE_ID manually 2018-02-07 01:15:49 +02:00
shell [EXPLORER] Fix a Clang-Cl warning about Icon->ProcessId 2018-02-12 08:41:26 +00:00
system [SERVICES] Fix the initial service status 2018-02-12 14:58:02 +01:00
CMakeLists.txt