[enet-cvs] CVS: enet/include/enet types.h,1.3,1.4
Lee Salzman
enet-discuss@lists.puremagic.com
Sat, 8 Mar 2003 18:19:31 -0700
- Previous message: [enet-cvs] CVS: enet/include/enet enet.h,1.6,1.7 list.h,1.1,1.2 memory.h,1.1,1.2 protocol.h,1.5,1.6 time.h,1.1,1.2 types.h,1.2,1.3 unix.h,1.1,1.2 utility.h,1.1,1.2 win32.h,1.1,1.2
- Next message: [enet-cvs] CVS: enet/docs install.dox,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/enet/cvsroot/enet/include/enet
In directory sferik:/tmp/cvs-serv10797/include/enet
Modified Files:
types.h
Log Message:
Use unsigned int instead of unsigned long.
Index: types.h
===================================================================
RCS file: /home/enet/cvsroot/enet/include/enet/types.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- types.h 2003/03/08 23:57:25 1.3
+++ types.h 2003/03/09 01:19:28 1.4
@@ -7,7 +7,7 @@
typedef unsigned char enet_uint8; /**< unsigned 8-bit type */
typedef unsigned short enet_uint16; /**< unsigned 16-bit type */
-typedef unsigned long enet_uint32; /**< unsigned 32-bit type */
+typedef unsigned int enet_uint32; /**< unsigned 32-bit type */
#endif /* __ENET_TYPES_H__ */
- Previous message: [enet-cvs] CVS: enet/include/enet enet.h,1.6,1.7 list.h,1.1,1.2 memory.h,1.1,1.2 protocol.h,1.5,1.6 time.h,1.1,1.2 types.h,1.2,1.3 unix.h,1.1,1.2 utility.h,1.1,1.2 win32.h,1.1,1.2
- Next message: [enet-cvs] CVS: enet/docs install.dox,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]