made set_hupcl() dummy function so things build on WIN32
svn path=/trunk/externals/iem/comport/; revision=8804
This commit is contained in:
parent
ef4e9582e1
commit
22575380ba
1 changed files with 5 additions and 0 deletions
|
|
@ -413,6 +413,11 @@ static int set_serial(t_comport *x)
|
||||||
return 0;
|
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)
|
static HANDLE open_serial(unsigned int com_num, t_comport *x)
|
||||||
{
|
{
|
||||||
HANDLE fd;
|
HANDLE fd;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue