diff options
Diffstat (limited to 'nxcomp/src/Auth.cpp')
-rw-r--r-- | nxcomp/src/Auth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/Auth.cpp b/nxcomp/src/Auth.cpp index 87955f6ab..aaca905de 100644 --- a/nxcomp/src/Auth.cpp +++ b/nxcomp/src/Auth.cpp @@ -238,7 +238,7 @@ int Auth::getCookie() char command[DEFAULT_STRING_LIMIT]; - #if defined(__CYGWIN32__) + #if defined(__CYGWIN__) || defined(__CYGWIN32__) snprintf(command, DEFAULT_STRING_LIMIT, "%s/bin/nxauth", control -> SystemPath); |