From dc4aa9fbbb8c9678ca615c3011344297f4e2fe8e Mon Sep 17 00:00:00 2001 From: Scott Graham Date: Tue, 9 Apr 2013 10:05:23 -0700 Subject: add ifdef around console_ --- src/line_printer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/line_printer.h b/src/line_printer.h index 54620da..4226c92 100644 --- a/src/line_printer.h +++ b/src/line_printer.h @@ -44,7 +44,9 @@ class LinePrinter { /// Whether the caret is at the beginning of a blank line. bool have_blank_line_; +#ifdef _WIN32 void* console_; +#endif }; #endif // NINJA_LINE_PRINTER_H_ -- cgit v0.12