Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/llfio/v2.0/detail/impl/windows/io_handle.ipp')
-rw-r--r--include/llfio/v2.0/detail/impl/windows/io_handle.ipp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llfio/v2.0/detail/impl/windows/io_handle.ipp b/include/llfio/v2.0/detail/impl/windows/io_handle.ipp
index 1c61ea2d..d1ec4e34 100644
--- a/include/llfio/v2.0/detail/impl/windows/io_handle.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/io_handle.ipp
@@ -99,8 +99,8 @@ template <class BuffersType, class Syscall> inline io_handle::io_result<BuffersT
{
for(auto &ol : ols)
{
- deadline nd = d;
- LLFIO_WIN_DEADLINE_TO_PARTIAL_DEADLINE(nd, d);
+ deadline nd;
+ LLFIO_DEADLINE_TO_PARTIAL_DEADLINE(nd, d);
if(STATUS_TIMEOUT == ntwait(nativeh.h, ol, nd))
{
LLFIO_WIN_DEADLINE_TO_TIMEOUT(d);