]> Shamusworld >> Repos - rmac/blobdiff - rmac.h
Created a quick and dirty windows based makefile.
[rmac] / rmac.h
diff --git a/rmac.h b/rmac.h
index 58fba8dcfd5ef99bd1881206e27f3724c0ac3e35..9afb0e40db1ebca654e59300294ce6be66adbe42 100644 (file)
--- a/rmac.h
+++ b/rmac.h
 #endif
 #endif
 
+#include <inttypes.h>
 
-
-#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