aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/coff.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/coff.h')
-rw-r--r--libpcsxcore/coff.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpcsxcore/coff.h b/libpcsxcore/coff.h
index 1d084d2..b472e1d 100644
--- a/libpcsxcore/coff.h
+++ b/libpcsxcore/coff.h
@@ -25,9 +25,9 @@
struct external_filehdr {
unsigned short f_magic; /* magic number */
unsigned short f_nscns; /* number of sections */
- unsigned long f_timdat; /* time & date stamp */
- unsigned long f_symptr; /* file pointer to symtab */
- unsigned long f_nsyms; /* number of symtab entries */
+ unsigned int f_timdat; /* time & date stamp */
+ unsigned int f_symptr; /* file pointer to symtab */
+ unsigned int f_nsyms; /* number of symtab entries */
unsigned short f_opthdr; /* sizeof(optional hdr) */
unsigned short f_flags; /* flags */
};