Re: chdir.C compile error LyX 1.5svn on Wndows

2006-11-19 Thread Peter Kümmel
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, > (on

Re: chdir.C compile error LyX 1.5svn on Wndows

2006-11-19 Thread Uwe Stöhr
I wrote: Could this be replaced by the "qt_windows.h" of the Qt4 package? Stupid question, it can obviously not. Sorry. Any other ideas? Uwe

chdir.C compile error LyX 1.5svn on Wndows

2006-11-19 Thread Uwe Stöhr
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