X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fcoff.h;h=b472e1de91146851b167b8daf8ca254b9db18132;hp=1d084d2826026dc13ed5421fb17b10d2efa6e9eb;hb=c668f24877c063db881fa8d1eeb8a6fbc649d5a0;hpb=ea66e8840b75b0284f192e6fa068857b91ef08eb diff --git a/libpcsxcore/coff.h b/libpcsxcore/coff.h index 1d084d28..b472e1de 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 */ };