|
From: fei h. <dan...@gm...> - 2008-03-12 07:02:04
|
On Wed, Mar 12, 2008 at 2:30 PM, Brian Dessent <br...@de...> wrote: > > You have to include the appropriate Windows headers (at least windows.h > in most cases) with MinGW in the exact same way as you would with MSVC. > The necessary headers to include are documented on MSDN for each > function. Without more details such as: a testcase, a command line, and > its output, there's really no way anybody can say much more. > > Brian thank you all for the reply, well, windows.h sure had been included somewhere, but is a nested include and not explicitly declared in some source files, why can't gcc find it in the included headers? I included windows.h explicitly in the source file and it get compiled. but windows.h has already been included in another header file!~ tks > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > MinGW-users mailing list > Min...@li... > > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > |