X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=rmac.h;h=9afb0e40db1ebca654e59300294ce6be66adbe42;hp=58fba8dcfd5ef99bd1881206e27f3724c0ac3e35;hb=1eb7e52711137fdd2c58265bcfb5e71d3e370da0;hpb=75cce0d9eb190f6094f66ae283b5981af25e5a57 diff --git a/rmac.h b/rmac.h index 58fba8d..9afb0e4 100644 --- a/rmac.h +++ b/rmac.h @@ -60,11 +60,11 @@ #endif #endif +#include - -#define BYTE unsigned char -#define WORD unsigned short -#define LONG unsigned long +#define BYTE uint8_t +#define WORD uint16_t +#define LONG uint32_t #define VOID void #define ERROR (-1) // Generic error return