We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0c631 commit f9c728cCopy full SHA for f9c728c
CodeFormatServer/src/CodeFormatServer.cpp
@@ -11,8 +11,6 @@
11
# define SET_BINARY_MODE() _setmode(_fileno(stdin), _O_BINARY);\
12
_setmode(_fileno(stdout), _O_BINARY)
13
#else
14
-# include <sys/io.h>
15
-# include <fcntl.h>
16
# define SET_BINARY_MODE() (void)0
17
#endif
18
0 commit comments