From 9e84c5fa2d2704ac35d7ca5c600e80f8ae49c32d Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Tue, 7 Nov 2006 21:20:20 +0000 Subject: added file send svn path=/trunk/externals/mrpeach/; revision=6223 --- net/tcpreceive.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'net/tcpreceive.c') diff --git a/net/tcpreceive.c b/net/tcpreceive.c index 4cce77d..9cbc791 100755 --- a/net/tcpreceive.c +++ b/net/tcpreceive.c @@ -46,9 +46,6 @@ typedef struct _tcpreceive char x_msginbuf[MAX_UDP_RECEIVE]; } t_tcpreceive; -#ifdef MSW -__declspec(dllexport) -#endif void tcpreceive_setup(void); static void tcpreceive_free(t_tcpreceive *x); static void *tcpreceive_new(t_floatarg fportno); @@ -300,9 +297,6 @@ static void tcpreceive_free(t_tcpreceive *x) tcpreceive_closeall(x); } -#ifdef MSW -__declspec(dllexport) -#endif void tcpreceive_setup(void) { tcpreceive_class = class_new(gensym("tcpreceive"), -- cgit v1.2.1