[PD-cvs] externals/tb/sndfiler/src sndfiler.c,1.4,1.5

Thomas Grill xovo at users.sourceforge.net
Fri Dec 23 00:45:22 CET 2005


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

Modified Files:
	sndfiler.c 
Log Message:
export sndfiler_setup function for Windows

Index: sndfiler.c
===================================================================
RCS file: /cvsroot/pure-data/externals/tb/sndfiler/src/sndfiler.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** sndfiler.c	16 Dec 2005 08:34:10 -0000	1.4
--- sndfiler.c	22 Dec 2005 23:45:20 -0000	1.5
***************
*** 564,567 ****
--- 564,570 ----
  }
  
+ #ifdef _MSC_VER
+ __declspec(dllexport)
+ #endif
  void sndfiler_setup(void)
  {





More information about the Pd-cvs mailing list