[email protected] wrote:
> Author: joost
> Date: Mon Jun 28 19:45:04 2010
> New Revision: 34721
> URL: http://www.lyx.org/trac/changeset/34721
> 
> Log:
> Launch external Windows processes for e.g. display image conversion using 
> CreateProcess with a CREATE_NO_WINDOW flag, allowing LyX to be compiled as a 
> GUI application without console windows popping up.
> 
> Modified: lyx-devel/trunk/src/support/filetools.cpp
> ==============================================================================
> --- lyx-devel/trunk/src/support/filetools.cpp Mon Jun 28 19:23:48 2010        
> (r34720)
> +++ lyx-devel/trunk/src/support/filetools.cpp Mon Jun 28 19:45:04 2010        
> (r34721)
> @@ -39,6 +39,7 @@
>  #include <boost/regex.hpp>
>  
>  #include <fcntl.h>
> +#include <io.h>

why this is not ifdefed?
pavel

Reply via email to