mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +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:
parent
2fd11216b0
commit
16e23a8b75
1 changed files with 1 additions and 1 deletions
|
@ -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 *******************************************************************/
|
||||
|
|
Loading…
Reference in a new issue