http://bugs.winehq.org/show_bug.cgi?id=22009 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2011-11-16 00:16:56 CST --- plugplay/main.c: service_handle = RegisterServiceCtrlHandlerExW( plugplayW, service_handler, NULL ); presentationfontcache/main.c: service_handle = RegisterServiceCtrlHandlerExW( fontcacheW, service_handler, NULL ); spoolsv/main.c: service_handle = RegisterServiceCtrlHandlerExW( spoolerW, service_handler, NULL ); termsv/main.c: service_handle = RegisterServiceCtrlHandlerExW( termserviceW, service_handler, NULL ); winedevice/device.c: service_handle = RegisterServiceCtrlHandlerExW( driver_name, service_handler, NULL ); currently wine has plug and play, presentation font cache, spool services, terminal services, and winedevice (mountmgr). Still no event log service. still present. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.