From c734d64ad3ffe1fa5f3fa52a87a6722a2fe0cd43 Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Sat, 2 Jan 2010 20:09:54 +0000 Subject: Changed MSW to _WIN32 svn path=/trunk/externals/mrpeach/; revision=12869 --- osc/routeOSC.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'osc/routeOSC.c') diff --git a/osc/routeOSC.c b/osc/routeOSC.c index 9d93f9d..1dd314c 100644 --- a/osc/routeOSC.c +++ b/osc/routeOSC.c @@ -100,9 +100,6 @@ typedef struct _routeOSC /* prototypes */ -#ifdef MSW -__declspec(dllexport) -#endif void routeOSC_setup(void); static int MyPatternMatch (const char *pattern, const char *test); static void routeOSC_doanything(t_routeOSC *x, t_symbol *s, int argc, t_atom *argv); @@ -139,9 +136,6 @@ static void routeOSC_free(t_routeOSC *x) /* initialization routine */ // setup -#ifdef MSW -__declspec(dllexport) -#endif void routeOSC_setup(void) { routeOSC_class = class_new(gensym("routeOSC"), (t_newmethod)routeOSC_new, -- cgit v1.2.1