[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


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__ */