reactos/dll
Eric Kohl 1dfbed9c3d [SERVICES][ADVAPI32] Fix the broken service stop sequence
services\database.c:
- Refactor ScmControlService() so that it can be used to send the dispatcher loop stop command.
- Separate the code to decrement the image run counter from the service image cleanup code.

services\rpcserver.c:
- RSetServiceStatus(): Stop the dispatcher loop when the image run counter is zero and remove the service image after that.

advapi32\service\sctrl.c:
- Do not terminate the service dispatcher loop when the last service is being stopped. Wait for an explicit dispatcher stop command (empty service name).

CORE-12413
2018-02-24 11:14:05 +01:00
..
3rdparty [LIBTIFF] Update to version 4.0.9. CORE-14291 2018-02-05 14:40:31 +01:00
appcompat [SHIMENG] Do not crash on a NULL ModuleName & BaseAddress. 2018-02-22 23:25:57 +01:00
cpl [REACTOS] Fix a number of Get/SetWindowsLong*Ptr* issues and use GWLP_* instead of GWL_* where appropriate. 2018-02-19 22:36:36 +01:00
directx [D3D9][ARPING] Add missing va_start() and va_end() (#371) 2018-02-16 10:28:25 +01:00
keyboard
nls
np
ntdll
opengl
shellext [REACTOS] Fix a number of Get/SetWindowsLong*Ptr* issues and use GWLP_* instead of GWL_* where appropriate. 2018-02-19 22:36:36 +01:00
win32 [SERVICES][ADVAPI32] Fix the broken service stop sequence 2018-02-24 11:14:05 +01:00
CMakeLists.txt