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
parent fffad860fc
commit 393c3ef933
9 changed files with 394 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ typedef WORD uint16_t;
#include <stdint.h>
#include <stdbool.h>
#endif
#include <usb.h>
#include "usb.h"
#include "usb_cmd.h"
extern unsigned char return_on_error;