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
|
@ -2,6 +2,9 @@
|
|||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include "cmdparser.h"
|
||||
#include "data.h"
|
||||
#include "usb_cmd.h"
|
||||
|
@ -11,6 +14,7 @@
|
|||
#include "cmdhw.h"
|
||||
#include "cmdlf.h"
|
||||
#include "cmdmain.h"
|
||||
#include "proxusb.h"
|
||||
|
||||
unsigned int current_command = CMD_UNKNOWN;
|
||||
unsigned int received_command = CMD_UNKNOWN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue