[freespace2] MS-ADPCM decoder patch

Taylor Richards mtrs at bellsouth.net
Mon Dec 1 01:01:07 EST 2003


On Mon, 2003-12-01 at 00:09, tigital at mac.com wrote:
> hey taylor,
> 
> ...I was going to mention this earlier, but the following kills cc1 for 
> me:
> 
> typedef unsigned long DWORD;
> typedef unsigned short WORD;
> 
> ...shouldn't it be:
> 
> typedef DWORD unsigned long;
> typedef WORD unsigned short;

That's right for a #define but backwards for a typedef.  Are you sure
that you don't have a #define of WORD and/or DWORD still lying around
somewhere?


Taylor

-- 
Taylor Richards <mtrs at bellsouth.net>




More information about the freespace2 mailing list