From bb2d45ece8a49a9adf060d6042e0ee748eb14300 Mon Sep 17 00:00:00 2001 From: "adam@algroup.co.uk" Date: Tue, 21 Jul 2009 16:39:02 +0000 Subject: [PATCH] missing varaiables for grid build under windows? --- winsrc/gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/winsrc/gui.cpp b/winsrc/gui.cpp index 161f99d6..8929a05c 100644 --- a/winsrc/gui.cpp +++ b/winsrc/gui.cpp @@ -33,6 +33,7 @@ void dbp(char *str, ...) int GraphBuffer[MAX_GRAPH_TRACE_LEN]; int GraphTraceLen; +int PlotGridX, PlotGridY; HPEN GreyPenLite, GreyPen, GreenPen, WhitePen, YellowPen; HBRUSH GreenBrush, YellowBrush; -- 2.39.2