Make it work on 32bit

This commit is contained in:
Mario Fetka 2013-11-05 12:41:14 +01:00
parent 35d12ee7aa
commit 7bd5845990
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@
typedef unsigned char uint8;
typedef unsigned short int uint16;
/* typedef unsigned long int uint32; */
typedef unsigned int uint32;
typedef unsigned long int uint32;
/* typedef unsigned int uint32; */
#define IPX_NET_SIZE 4
#define IPX_NODE_SIZE 6