--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- scourge-0.13/src/squirrel/squirrel.h~ 2005-10-18 10:19:46.000000000 -0600 +++ scourge-0.13/src/squirrel/squirrel.h 2006-06-12 00:19:37.000000000 -0600 @@ -44,7 +44,7 @@ typedef int SQInt32; //must be 32 bits(also on 64bits processors) typedef void* SQUserPointer; typedef unsigned int SQUnsignedInteger; -typedef unsigned int SQHash; //should be the same size of a pointer +typedef unsigned long int SQHash; //should be the same size of a pointer typedef SQUnsignedInteger SQBool; typedef SQInteger SQRESULT;