[SERVICES]

- Use asynchronous I/O to correctly catch timeouts -- we have a reliable NPFS now.
This makes the timeout test in advapi32_winetest:service succeed, however I'm leaving it disabled because it takes two minutes to run (due to... timeouts).
ROSTESTS-56

svn path=/trunk/; revision=63719
This commit is contained in:
Thomas Faber 2014-07-18 16:44:16 +00:00
parent 2fd11216b0
commit 16e23a8b75

View file

@ -29,7 +29,7 @@
* Uncomment the line below to use asynchronous IO operations
* on the service control pipes.
*/
// #define USE_ASYNCHRONOUS_IO
#define USE_ASYNCHRONOUS_IO
/* GLOBALS *******************************************************************/