X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/3ec3a4724ea2e2db0d3e35cd7c1421462eba0704..5e174a511b37e17cd3fcaedad608ce605ba34ce9:/client/proxusb.h diff --git a/client/proxusb.h b/client/proxusb.h index 4ee00750..32a334c6 100644 --- a/client/proxusb.h +++ b/client/proxusb.h @@ -1,14 +1,10 @@ #ifndef PROXUSB_H__ #define PROXUSB_H__ -#ifdef _MSC_VER -typedef DWORD uint32_t; -typedef BYTE uint8_t; -typedef WORD uint16_t; -#define bool BOOL -#else #include #include +#ifndef WIN32 +#include #endif #include "usb_cmd.h"