STYLE: Fixed line-too-long.
This commit is contained in:
parent
5df777edd7
commit
e684c35295
|
@ -35,7 +35,9 @@
|
|||
|
||||
#include <sys/stat.h>
|
||||
|
||||
#if defined(_WIN32) && (defined(_MSC_VER) || defined(__WATCOMC__) || defined(__BORLANDC__) || defined(__MINGW32__))
|
||||
#if defined(_WIN32) && \
|
||||
(defined(_MSC_VER) || defined(__WATCOMC__) || \
|
||||
defined(__BORLANDC__) || defined(__MINGW32__))
|
||||
# include <io.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue