mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[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:
@@ -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 *******************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user