From 22575380ba9dae4a79947d61ade4c9923ca6438e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 12 Oct 2007 02:56:08 +0000 Subject: made set_hupcl() dummy function so things build on WIN32 svn path=/trunk/externals/iem/comport/; revision=8804 --- comport/comport.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/comport/comport.c b/comport/comport.c index fc516fb..422a815 100644 --- a/comport/comport.c +++ b/comport/comport.c @@ -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; -- cgit v1.2.1