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:
d18c7db 2010-02-18 08:24:26 +00:00
commit 393c3ef933
9 changed files with 394 additions and 8 deletions

View file

@ -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;