Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
f3c70cc6
Commit
f3c70cc6
authored
May 22, 2008
by
Miller Puckette
Browse files
small MSW bugfix
parent
d527ff2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/m_class.c
View file @
f3c70cc6
...
...
@@ -18,6 +18,10 @@
#include <string.h>
#include <stdio.h>
#ifdef _MSC_VER
/* This is only for Microsoft's compiler, not cygwin, e.g. */
#define snprintf sprintf_s
#endif
static
t_symbol
*
class_loadsym
;
/* name under which an extern is invoked */
static
void
pd_defaultfloat
(
t_pd
*
x
,
t_float
f
);
static
void
pd_defaultlist
(
t_pd
*
x
,
t_symbol
*
s
,
int
argc
,
t_atom
*
argv
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment