X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=rmac.h;h=9afb0e40db1ebca654e59300294ce6be66adbe42;hp=58fba8dcfd5ef99bd1881206e27f3724c0ac3e35;hb=4c9357ac95af4a645d42640d2bcae39cda56b581;hpb=a71f443032a5025d53d01498d55155cd149e0693 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