diff options
Diffstat (limited to 'nxcomp/src/Fork.cpp')
-rw-r--r-- | nxcomp/src/Fork.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/Fork.cpp b/nxcomp/src/Fork.cpp index 657c36134..5c855e0c3 100644 --- a/nxcomp/src/Fork.cpp +++ b/nxcomp/src/Fork.cpp @@ -53,7 +53,7 @@ int Fork() { - #ifdef __CYGWIN32__ + #if defined(__CYGWIN__) || defined(__CYGWIN32__) int limit = RETRY_LIMIT; int timeout = RETRY_TIMEOUT; |