Skip to content

Commit 229f454

Browse files
committed
Fix issue in help ifdef
1 parent 962c4c1 commit 229f454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iperf_locale.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const char usage_shortstr[] = "Usage: iperf3 [-s|-c host] [options]\n"
9999
const char usage_longstr[] = "Usage: iperf3 [-s|-c host] [options]\n"
100100
" iperf3 [-h|--help] [-v|--version]\n\n"
101101
"Server or Client:\n"
102-
#if defined(WINDOWS_ANY)
102+
#if (defined(__CYGWIN__) || defined(_WIN32) || defined(_WIN64) || defined(__WINDOWS__))
103103
" -p, --port #[/#] server port to listen on / connect to\n"
104104
" (optional for server UDP: pool size of ports starting with\n"
105105
" port # - required for parallel UDP sterams under Windows)\n"

0 commit comments

Comments
 (0)