mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-10 15:07:30 +08:00
missing varaiables for grid build under windows?
This commit is contained in:
parent
ff8216cbb6
commit
bb2d45ece8
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ void dbp(char *str, ...)
|
||||||
|
|
||||||
int GraphBuffer[MAX_GRAPH_TRACE_LEN];
|
int GraphBuffer[MAX_GRAPH_TRACE_LEN];
|
||||||
int GraphTraceLen;
|
int GraphTraceLen;
|
||||||
|
int PlotGridX, PlotGridY;
|
||||||
|
|
||||||
HPEN GreyPenLite, GreyPen, GreenPen, WhitePen, YellowPen;
|
HPEN GreyPenLite, GreyPen, GreenPen, WhitePen, YellowPen;
|
||||||
HBRUSH GreenBrush, YellowBrush;
|
HBRUSH GreenBrush, YellowBrush;
|
||||||
|
|
Loading…
Reference in a new issue