From 7bd5845990abe9f1a4d360b8d28cd73695b2a551 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 5 Nov 2013 12:41:14 +0100 Subject: [PATCH] Make it work on 32bit --- include/emutli.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/emutli.h b/include/emutli.h index 35b06d6..a9d3bb7 100644 --- a/include/emutli.h +++ b/include/emutli.h @@ -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