Initial commit.
This commit is contained in:
6
winstuff/unistd.h
Normal file
6
winstuff/unistd.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef MY_UNISTD_H
|
||||
#define MY_UNISTD_H 1
|
||||
|
||||
inline bool isatty(int) { return false; }
|
||||
|
||||
#endif // MY_UNISTD_H
|
||||
Reference in New Issue
Block a user