PM: Added 64bit compatibility

dvander: Fixed minor bugs
This commit is contained in:
David Anderson
2004-07-23 16:55:53 +00:00
parent 8e8633a49a
commit 6dc00f64f8
13 changed files with 86 additions and 85 deletions

View File

@ -47,10 +47,6 @@ public:
Err_Decompress
};
typedef char mint8_t;
typedef short mint16_t;
typedef long mint32_t;
private:
Error m_Status;
FILE *m_pFile;
@ -70,4 +66,5 @@ public:
};
#endif // __AMXXFILE_H__
#endif // __AMXXFILE_H__