Portability updates.
committer: mfx <mfx> 1054071025 +0000
This commit is contained in:
+12
-12
@@ -339,18 +339,18 @@ inline T* operator - (T* ptr, const LE32& v) { return ptr - (unsigned) v; }
|
||||
**************************************************************************/
|
||||
|
||||
// for use with qsort()
|
||||
int be16_compare(const void *e1, const void *e2);
|
||||
int be24_compare(const void *e1, const void *e2);
|
||||
int be32_compare(const void *e1, const void *e2);
|
||||
int le16_compare(const void *e1, const void *e2);
|
||||
int le24_compare(const void *e1, const void *e2);
|
||||
int le32_compare(const void *e1, const void *e2);
|
||||
int be16_compare_signed(const void *e1, const void *e2);
|
||||
int be24_compare_signed(const void *e1, const void *e2);
|
||||
int be32_compare_signed(const void *e1, const void *e2);
|
||||
int le16_compare_signed(const void *e1, const void *e2);
|
||||
int le24_compare_signed(const void *e1, const void *e2);
|
||||
int le32_compare_signed(const void *e1, const void *e2);
|
||||
int __UPX_CDECL be16_compare(const void *e1, const void *e2);
|
||||
int __UPX_CDECL be24_compare(const void *e1, const void *e2);
|
||||
int __UPX_CDECL be32_compare(const void *e1, const void *e2);
|
||||
int __UPX_CDECL le16_compare(const void *e1, const void *e2);
|
||||
int __UPX_CDECL le24_compare(const void *e1, const void *e2);
|
||||
int __UPX_CDECL le32_compare(const void *e1, const void *e2);
|
||||
int __UPX_CDECL be16_compare_signed(const void *e1, const void *e2);
|
||||
int __UPX_CDECL be24_compare_signed(const void *e1, const void *e2);
|
||||
int __UPX_CDECL be32_compare_signed(const void *e1, const void *e2);
|
||||
int __UPX_CDECL le16_compare_signed(const void *e1, const void *e2);
|
||||
int __UPX_CDECL le24_compare_signed(const void *e1, const void *e2);
|
||||
int __UPX_CDECL le32_compare_signed(const void *e1, const void *e2);
|
||||
|
||||
|
||||
// just for testing...
|
||||
|
||||
Reference in New Issue
Block a user