From: Thomas Faber Date: Fri, 18 Jul 2014 16:44:16 +0000 (+0000) Subject: [SERVICES] X-Git-Tag: backups/0.3.17@66124~899 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=16e23a8b752d7c610f1dee77259116e765bf01d8 [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 --- diff --git a/reactos/base/system/services/database.c b/reactos/base/system/services/database.c index 39563d82db9..5f3749694ab 100644 --- a/reactos/base/system/services/database.c +++ b/reactos/base/system/services/database.c @@ -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 *******************************************************************/