[PD-cvs] externals/iem/comport/comport comport.c,1.32,1.33

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Oct 12 04:56:10 CEST 2007


Update of /cvsroot/pure-data/externals/iem/comport/comport
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25433

Modified Files:
	comport.c 
Log Message:
made set_hupcl() dummy function so things build on WIN32

Index: comport.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/comport/comport/comport.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** comport.c	12 Oct 2007 00:40:13 -0000	1.32
--- comport.c	12 Oct 2007 02:56:08 -0000	1.33
***************
*** 414,417 ****
--- 414,422 ----
  }
  
+ static int set_hupcl(t_comport *x, int nr)
+ {
+     // this is a dummy function since Windows doesn't use HUPCL, AFAIK hans at eds.org
+ }
+ 
  static HANDLE open_serial(unsigned int com_num, t_comport *x)
  {





More information about the Pd-cvs mailing list