1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00
elinks/src/osdep/win32/vt100.h

16 lines
202 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
int VT100_decode(HANDLE, const void *, int);
#endif
#endif