Subversion Repositories svn1-original

Rev

Rev 192 | Rev 214 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 212
Line 20... Line 20...
20
typedef unsigned int   uint;
20
typedef unsigned int   uint;
21
typedef unsigned long  ulong;
21
typedef unsigned long  ulong;
22
//typedef unsigned char  bool;
22
//typedef unsigned char  bool;
23
typedef unsigned short ushort;
23
typedef unsigned short ushort;
24
 
24
 
25
#ifdef __MINGW32__
25
#if defined(__MINGW32__) || defined(__GNUC__)
26
#define MPACKED  __attribute__ ((packed))
26
#define MPACKED  __attribute__ ((packed))
27
#define FILL1   char    dummy;
27
#define FILL1   char    dummy;
28
#define FILL1a  char    dummya;
28
#define FILL1a  char    dummya;
29
#define LONG_FILE_NAMES
29
#define LONG_FILE_NAMES
30
#else
30
#else