|
@@ -7,9 +7,9 @@
|
|
|
|
|
|
#include <stdint.h>
|
|
#include <stdint.h>
|
|
|
|
|
|
-typedef unsigned char enet_uint8; /**< unsigned 8-bit type */
|
|
|
|
-typedef unsigned short enet_uint16; /**< unsigned 16-bit type */
|
|
|
|
-typedef unsigned int enet_uint32; /**< unsigned 32-bit type */
|
|
|
|
|
|
+typedef uint8_t enet_uint8;
|
|
|
|
+typedef uint16_t enet_uint16;
|
|
|
|
+typedef uint32_t enet_uint32;
|
|
typedef uint64_t enet_uint64;
|
|
typedef uint64_t enet_uint64;
|
|
|
|
|
|
#endif /* __ENET_TYPES_H__ */
|
|
#endif /* __ENET_TYPES_H__ */
|