aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/process.cxx')
-rw-r--r--libbutl/process.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/process.cxx b/libbutl/process.cxx
index 478793e..af5cc73 100644
--- a/libbutl/process.cxx
+++ b/libbutl/process.cxx
@@ -1192,7 +1192,7 @@ namespace butl
// Detect if this is an MSYS2 process by checking if the process has
// loaded msys-2.0.dll.
//
- size_t wait (300);
+ DWORD wait (300);
if (!msys)
{