[PD-cvs] pd/src s_entry.c,1.2.4.2.2.1,1.2.4.2.2.2

Thomas Grill xovo at users.sourceforge.net
Sat Oct 8 11:38:48 CEST 2005


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10957/src

Modified Files:
      Tag: devel_0_39
	s_entry.c 
Log Message:
more Windows-like #defines

Index: s_entry.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_entry.c,v
retrieving revision 1.2.4.2.2.1
retrieving revision 1.2.4.2.2.2
diff -C2 -d -r1.2.4.2.2.1 -r1.2.4.2.2.2
*** s_entry.c	16 Jul 2005 21:18:33 -0000	1.2.4.2.2.1
--- s_entry.c	8 Oct 2005 09:38:46 -0000	1.2.4.2.2.2
***************
*** 4,8 ****
  int sys_main(int argc, char **argv);
  
! #if defined(MSW) && !defined (__GNUC__)
  #include <windows.h>
  #include <stdio.h>
--- 4,8 ----
  int sys_main(int argc, char **argv);
  
! #if defined(_WIN32) && !defined(_CONSOLE)
  #include <windows.h>
  #include <stdio.h>





More information about the Pd-cvs mailing list