made set_hupcl() dummy function so things build on WIN32

svn path=/trunk/externals/iem/comport/; revision=8804
This commit is contained in:
Hans-Christoph Steiner 2007-10-12 02:56:08 +00:00
parent ef4e9582e1
commit 22575380ba

View file

@ -413,6 +413,11 @@ static int set_serial(t_comport *x)
return 0;
}
static int set_hupcl(t_comport *x, int nr)
{
// this is a dummy function since Windows doesn't use HUPCL, AFAIK hans@eds.org
}
static HANDLE open_serial(unsigned int com_num, t_comport *x)
{
HANDLE fd;