Skip to content
Snippets Groups Projects
Commit db93a594 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'cygwin-terminal'


9a6d6c54 Terminal: Avoid using Windows functions on Cygwin

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !209
parents 3e11bb54 9a6d6c54
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
#endif
/* Configure support for this platform. */
#if defined(_WIN32) || defined(__CYGWIN__)
#if defined(_WIN32)
# define KWSYS_TERMINAL_SUPPORT_CONSOLE
#endif
#if !defined(_WIN32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment