Hi Mark,

A recent change somewhere has caused a collision between the BOOL #define in
mpglib.h and a typedef in one of the Windows header files. Suggested fix:

diff -r1.1.1.1 mpglib.h
32a33,35
> #if ( defined(_MSC_VER) || defined(__BORLANDC__) )
> typedef int BOOL; /* windef.h contains the same definition */
> #else
33a37
> #endif

-- Mat.


--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to