mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Attempt at getting the windows client to at least compile without bombing out with errors, may not be fully usable, e.g. plot window doesn't come up, etc
This commit is contained in:
parent
fffad860fc
commit
393c3ef933
9 changed files with 394 additions and 8 deletions
|
@ -10,8 +10,10 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "prox.h"
|
||||
#include "graph.h"
|
||||
#include "proxusb.h"
|
||||
#include "cmdmain.h"
|
||||
#include "ui.h"
|
||||
|
||||
#define oops() do { \
|
||||
char line[100]; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue