X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=gpsp.git;a=blobdiff_plain;f=common.h;h=c3c03bab27bf8e4a9dd4ae3a8ed41df47adbdf5e;hp=6b1cf95f05a63c65aafad4306b0152d73cf9de18;hb=eac69717338922e6bb55076e57d7674080291fe9;hpb=ee0a3871f9982215361cd6bb4758eb9a7c7d8413 diff --git a/common.h b/common.h index 6b1cf95..c3c03ba 100644 --- a/common.h +++ b/common.h @@ -114,8 +114,8 @@ typedef signed char s8; typedef unsigned short int u16; typedef signed short int s16; - typedef unsigned long u32; - typedef signed long s32; + typedef unsigned int u32; + typedef signed int s32; typedef unsigned long long int u64; typedef signed long long int s64;