mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Include io.h only on Windows
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34723 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e6254e6fb2
commit
23df7e16a9
@ -39,7 +39,6 @@
|
||||
#include <boost/regex.hpp>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <io.h>
|
||||
|
||||
#include <cerrno>
|
||||
#include <cstdlib>
|
||||
@ -50,6 +49,7 @@
|
||||
#include <sstream>
|
||||
|
||||
#if defined (_WIN32)
|
||||
#include <io.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user