services: Fix compilation on systems that don't support nameless unions.
[wine] / programs / services / services.h
2012-10-22  Piotr Cabanservices: Kill service thread after timeout so it can...
2011-12-12  Piotr Cabanservices: Move service cleanup code to separate function.
2011-11-30  Piotr Cabanservices: Wait for all services to terminate before...
2011-11-30  Piotr Cabanservices: Added support for SERVICE_CONFIG_PRESHUTDOWN_...
2011-05-20  Alexandre Julliardservices: Add a timeout to all pipe communications...
2011-05-20  Alexandre Julliardservices: Load some timeout parameters from the registry.
2011-05-20  Alexandre Julliardservices: Add a helper function to send a command to...
2008-09-17  Peter Dons Tychsenservices: Fixed problem with services where DependOnSer...
2008-04-11  Rob Shearmanservices: Automatically start boot-start, system-start...
2008-04-11  Rob Shearmanservices: Split RPC_MainLoop into initialisation and...
2008-03-29  Rob Shearmanservices: Introduce an scmdatabase object to store...
2008-03-29  Rob Shearmanservices: Move ControlService and StartServiceW from...
2008-03-29  Rob Shearmanservices: Move LockServiceDatabase and UnlockServiceDat...
2008-03-29  Mikołaj Zalewskiservices: Move ChangeServiceConfigW implementation...
2008-03-29  Mikołaj Zalewskiservices: Move CreateService, OpenService and DeleteSer...
2008-03-28  Mikołaj Zalewskiservices.exe: Load list of services from registry at...