Re: [hatari-devel] Switching from SDL_types.h to inttypes.h ? |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Le 28/09/2022 à 16:06, Nicolas Pomarède a écrit :
Le 28/09/2022 à 16:05, Nicolas Pomarède a écrit :BTW, I see you didn't replace size=64 in your sed, it's not used often but there're a few places that require it for global cycles counter.looking at cycles.c I see you replaced size=64 too, so false alarm :)
Hi in tos.c, I see that some variables are still using SDL types Sint16 : typedef struct { uint16_t Version; Sint16 Country; const char *pszName; int Flags; uint32_t Address; uint32_t OldData; uint32_t Size; const void *pNewData; } TOS_PATCH; any reason for that, or is it sthg you forgot to change ?
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |