Compare with long, for 64-bit systems

This commit is contained in:
Hisham Muhammad
2014-04-25 19:41:23 -03:00
parent d7e5020169
commit 78d09f955a
6 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@ void ListItem_append(ListItem* this, const char* text);
const char* ListItem_getRef(ListItem* this);
int ListItem_compare(const void* cast1, const void* cast2);
long ListItem_compare(const void* cast1, const void* cast2);
#endif