diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-06-22 23:00:36 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-06-23 15:13:25 +0300 |
commit | e0b126d8c7f691856ec4d80bb57cb1ba5c71fd69 (patch) | |
tree | 20613b639d81a08dd1189ef4db37f41f3de54a68 /butl/pager.cxx | |
parent | 748eab79085d7c8a3b3da90316a90a892db884ae (diff) |
Add mkslink(), mkhlink()
Diffstat (limited to 'butl/pager.cxx')
-rw-r--r-- | butl/pager.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/butl/pager.cxx b/butl/pager.cxx index 9999bb0..0f29bb4 100644 --- a/butl/pager.cxx +++ b/butl/pager.cxx @@ -11,11 +11,8 @@ # include <chrono> # include <thread> // this_thread::sleep_for() #else -# ifndef WIN32_LEAN_AND_MEAN -# define WIN32_LEAN_AND_MEAN -# endif -# include <windows.h> // GetConsoleScreenBufferInfo(), GetStdHandle(), - // Sleep() +# include <butl/win32-utility> + # include <io.h> // _close() #endif |