1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00
elinks/src/osdep/win32/vt100.h

24 lines
271 B
C
Raw Normal View History

#ifndef EL__OSDEP_WIN32_VT100_H
#define EL__OSDEP_WIN32_VT100_H
#ifdef CONFIG_OS_WIN32
#ifdef HAVE_WINDOWS_H
#include <windows.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
int VT100_decode(HANDLE, const void *, int);
#ifdef __cplusplus
}
#endif
#endif
#endif