diff options
author | Martin Peach <mrpeach@users.sourceforge.net> | 2010-01-02 20:09:54 +0000 |
---|---|---|
committer | Martin Peach <mrpeach@users.sourceforge.net> | 2010-01-02 20:09:54 +0000 |
commit | c734d64ad3ffe1fa5f3fa52a87a6722a2fe0cd43 (patch) | |
tree | a8bb5344d2a2f9a9e634f9a23e52d43873a3e689 | |
parent | 600f46fe4086dfb70b5f3e51d5c5c0fb650a4a2c (diff) |
Changed MSW to _WIN32
svn path=/trunk/externals/mrpeach/; revision=12869
-rw-r--r-- | osc/routeOSC.c | 6 |
1 files changed, 0 insertions, 6 deletions
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, |