| 1 | #ifndef _DIAG_TTY_WIN_H_ | |
| 2 | #define _DIAG_TTY_WIN_H_ | |
| 3 | ||
| 4 | /* This should work on Win XP and above, both 32 and 64-bit. | |
| 5 | * This file should only be included by diag_tty_win.c | |
| 6 | */ | |
| 7 | #if defined(__cplusplus) | |
| 8 | extern "C" { | |
| 9 | #endif | |
| 10 | ||
| 11 | #include "diag_tty.h" | |
| 12 | ||
| 13 | #if defined(__cplusplus) | |
| 14 | } | |
| 15 | #endif | |
| 16 | #endif /* _DIAG_TTY_WIN_H_ */ | |
| 17 |