aboutsummaryrefslogtreecommitdiff
path: root/comport/comport.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-10-12 02:56:08 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-10-12 02:56:08 +0000
commit22575380ba9dae4a79947d61ade4c9923ca6438e (patch)
tree4ad872569849c59623292092d719b039eddd3a9d /comport/comport.c
parentef4e9582e114b5ed628eed878d45637694537991 (diff)
made set_hupcl() dummy function so things build on WIN32
svn path=/trunk/externals/iem/comport/; revision=8804
Diffstat (limited to 'comport/comport.c')
-rw-r--r--comport/comport.c5
1 files changed, 5 insertions, 0 deletions
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;