Lines 56-61
Link Here
|
56 |
to the console using "CONOUT$" */ |
56 |
to the console using "CONOUT$" */ |
57 |
#if defined (_WIN32) && !defined (__CYGWIN__) |
57 |
#if defined (_WIN32) && !defined (__CYGWIN__) |
58 |
#include <windows.h> |
58 |
#include <windows.h> |
|
|
59 |
#include <wincrypt.h> |
59 |
# define _PATH_TTY "CONOUT$" |
60 |
# define _PATH_TTY "CONOUT$" |
60 |
#else |
61 |
#else |
61 |
# define _PATH_TTY "/dev/tty" |
62 |
# define _PATH_TTY "/dev/tty" |