64 bit platforms support

This commit is contained in:
Stas Degteff
2005-10-07 12:41:11 +00:00
parent 7345cbfdf2
commit 0885946b30
69 changed files with 683 additions and 737 deletions

View File

@@ -173,12 +173,6 @@ enum ARCmailExt { ARCDigits = 0, ARCHex, ARCAlpha };
/********************************************************/
/* Types */
/********************************************************/
#if 1
typedef unsigned char bit;
typedef unsigned char byte;
typedef unsigned short word; /* normal int = 16 bit */
typedef unsigned long dword;
#endif
enum ARCers { ARC_Unknown = -1, ARC_SeaArc, ARC_PkArc, ARC_Pak,
ARC_ArcPlus, ARC_Zoo, ARC_PkZip, ARC_Lha, ARC_Arj,

View File

@@ -182,11 +182,6 @@ enum ARCmailExt { ARCDigits = 0, ARCHex, ARCAlpha };
/********************************************************/
/* Types */
/********************************************************/
#if 1
typedef unsigned char byte;
typedef unsigned short word; /* normal int = 16 bit */
typedef unsigned long dword;
#endif
enum ARCers { ARC_Unknown = -1, ARC_SeaArc, ARC_PkArc, ARC_Pak,
ARC_ArcPlus, ARC_Zoo, ARC_PkZip, ARC_Lha, ARC_Arj,

View File

@@ -51,10 +51,6 @@
#define STRUCT_MIN_VERSION 01
#define IM_PRD_CODE 0x4B
// Data type definitions
typedef unsigned char bit;
// Internal limits
#define MAXAKAS 16 /* Max # of addresses */