[PD-cvs] externals/zexy/src winNT_portio.c,1.3,1.4

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Wed Jun 15 17:46:24 CEST 2005


Update of /cvsroot/pure-data/externals/zexy/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10497

Modified Files:
	winNT_portio.c 
Log Message:
only compile if Z_WANT_LPT is set


Index: winNT_portio.c
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/winNT_portio.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** winNT_portio.c	9 Jun 2005 11:46:16 -0000	1.3
--- winNT_portio.c	15 Jun 2005 15:46:22 -0000	1.4
***************
*** 7,11 ****
   * if the interface changes, only this file has to be adopted for the target system
   */
! #ifdef __WIN32__
  
  #include <stdio.h>
--- 7,11 ----
   * if the interface changes, only this file has to be adopted for the target system
   */
! #if defined __WIN32__ && defined Z_WANT_LPT
  
  #include <stdio.h>
***************
*** 125,129 ****
  	}
  }
! #endif /* __WIN32__ */
  
  void z_winNT_portio_setup(void)
--- 125,129 ----
  	}
  }
! #endif /* __WIN32__ & Z_WANT_LPT */
  
  void z_winNT_portio_setup(void)





More information about the Pd-cvs mailing list