Displaying 1 result from an estimated 1 matches for "isswapped".
Did you mean:
is_mapped
2006 Apr 30
4
unable to compile
...;
make[1]: *** [wrc] Error 2
make[1]: Leaving directory
`/home/crashedagain/compile/wine-20040121/tools'
make: *** [tools] Error 2
desktop:/home/crashedagain/compile/wine-20040121#
The relevant sections of newstruc.c are:
"static void handle_ani_list(riff_tag_t *lst, enum res_e type, int
isswapped)
{
riff_tag_t *rtp = lst+1; /* Skip the "LIST" tag */
while((char *)rtp < (char *)lst + lst->size + sizeof(*lst))
{
if(!memcmp(rtp->tag, info, sizeof(info)))
{
rtp = (riff_tag_t *)(((char *)rtp) + 4);
}
else if(!memcmp(rtp->tag, inam, sizeof(inam)))
{
/* Ig...