From: Travis McMurry <[EMAIL PROTECTED]>
Subject: [mp3encoder] Cannot Compile on MS VC++ 2005 Beta 2
Date: Tue, 13 Sep 2005 20:32:02 -0700 (PDT)

> It keeps on buggin' about a 'windows.h' file not
> present in the includes.  I did a search of all the
> lame source code checked out tonight via cvs and there
> was no file called 'windows.h'

At least with VC6, the file is provided by C compiler.
So it is included by #include <windows.h>, not by #include "windows.h"

I have no VC++ 2005 and I cannot test it, but I wonder "windows.h" is
really needed on such compiler. What will happedn when you remove the
include statement and compile it ?
-- 
Takehiro TOMINAGA // may the source be with you!
_______________________________________________
mp3encoder mailing list
[email protected]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to