Uwe Stöhr wrote: > When compiling LyX under Win I get this error: > > D:\LyXSVN\lyx-devel\src\support\chdir.C(23) : fatal error C1083: File > (Include) > could not be opened: "windows.h": No such file or directory > > The problem is the "windows.h" that is not in the MSVC compiler edition, > (only in MinGW). > Could this be replaced by the "qt_windows.h" of the Qt4 package? > > thanks and regards > Uwe >
windows.h is part of the Platform SDK: http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ Peter