aboutsummaryrefslogtreecommitdiff
path: root/src/tool_setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_setup.h')
-rw-r--r--src/tool_setup.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tool_setup.h b/src/tool_setup.h
index 48b355640..c69859ea6 100644
--- a/src/tool_setup.h
+++ b/src/tool_setup.h
@@ -66,10 +66,12 @@ extern FILE *tool_stderr;
# include "tool_strdup.h"
#endif
-#if defined(WIN32) && !defined(MSDOS)
+#if defined(_WIN32)
/* set in win32_init() */
extern LARGE_INTEGER tool_freq;
extern bool tool_isVistaOrGreater;
+/* set in init_terminal() */
+extern bool tool_term_has_bold;
#endif
#endif /* HEADER_CURL_TOOL_SETUP_H */