[MPlayer-dev-eng] Re: Yet another batch of warning fixes :->
Andriy N. Gritsenko
andrej at lucky.net
Tue Dec 10 10:53:25 CET 2002
Hi, Arpi!
Sometime (on Tuesday, December 10 at 8:53) I've received something...
>> typedef unsigned short WORD;
>> -typedef unsigned int DWORD;
>> -typedef unsigned int ULONG;
>> +typedef unsigned long DWORD;
>> +typedef unsigned long ULONG;
>> typedef unsigned char BYTE;
>ARGH&*!%^#&*%@*&
>it'll break code on 64bit platforms badly
Why do not use next defs?
typedef uint32_t DWORD;
typedef uint32_t ULONG;
With best wishes.
Andriy.
More information about the MPlayer-dev-eng
mailing list