Use a long as the opaque type so that it matches the size of a pointer
on both 32-bit and 64-bit platforms.
This commit is contained in:
parent
be64b495ab
commit
f213ad5896
@ -36,7 +36,7 @@
|
||||
|
||||
#define SET_SIZE 5000
|
||||
|
||||
typedef unsigned int ITEM_TYPE;
|
||||
typedef unsigned long ITEM_TYPE;
|
||||
|
||||
typedef struct {
|
||||
ITEM_TYPE val;
|
||||
|
Loading…
x
Reference in New Issue
Block a user