windows: don't set WT_EXECUTELONGFUNCTION for fs operations

This commit is contained in:
Bert Belder 2012-06-21 02:37:44 +02:00
parent 14ffaa668d
commit da59427c66

View File

@ -56,7 +56,7 @@
#define QUEUE_FS_TP_JOB(loop, req) \ #define QUEUE_FS_TP_JOB(loop, req) \
if (!QueueUserWorkItem(&uv_fs_thread_proc, \ if (!QueueUserWorkItem(&uv_fs_thread_proc, \
req, \ req, \
WT_EXECUTELONGFUNCTION)) { \ WT_EXECUTEDEFAULT)) { \
uv__set_sys_error((loop), GetLastError()); \ uv__set_sys_error((loop), GetLastError()); \
return -1; \ return -1; \
} \ } \