download: Use add_dlg_checkbox
[elinks/elinks-j605.git] / src / osdep / win32 / vt100.h
blob4fd393adfccb77418475544a98886d383dcfdb04
1 #ifndef EL__OSDEP_WIN32_VT100_H
2 #define EL__OSDEP_WIN32_VT100_H
4 #ifdef CONFIG_OS_WIN32
6 #ifdef HAVE_WINDOWS_H
7 #include <windows.h>
8 #endif
10 int VT100_decode(HANDLE, const void *, int);
12 #endif
14 #endif