[PD-cvs] externals/iem/comport/comport comport.c,1.7,1.8

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Dec 20 22:27:58 CET 2005


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

Modified Files:
	comport.c 
Log Message:
replaced #elif with #else to fix compilation bug

Index: comport.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/comport/comport/comport.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** comport.c	21 Nov 2005 12:49:30 -0000	1.7
--- comport.c	20 Dec 2005 21:27:56 -0000	1.8
***************
*** 330,334 ****
  #ifdef WIN2000
  		   0,
! #elif
  		   FILE_FLAG_OVERLAPPED,
  #endif
--- 330,334 ----
  #ifdef WIN2000
  		   0,
! #else
  		   FILE_FLAG_OVERLAPPED,
  #endif





More information about the Pd-cvs mailing list