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:
@@ -3,14 +3,16 @@
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
//extern "C" {
|
||||
#include "include/hidusage.h"
|
||||
#include "include/hidpi.h"
|
||||
#include "include/hidsdi.h"
|
||||
//}
|
||||
|
||||
#include "prox.h"
|
||||
#include "ui.h"
|
||||
#include "flash.h"
|
||||
#include "proxusb.h"
|
||||
|
||||
#define OUR_VID 0x9ac4
|
||||
#define OUR_PID 0x4b8f
|
||||
|
||||
Reference in New Issue
Block a user