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
Albert Gräf
Gem
Commits
3a8f4c55
Commit
3a8f4c55
authored
Jan 14, 2012
by
IOhannes m zmlnig (w32)
Browse files
there's no snprintf() on MSVC
it's called _snprintf() instead...
parent
25c9d18f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Geos/multimodel.cpp
View file @
3a8f4c55
...
...
@@ -17,6 +17,10 @@
#include "Gem/State.h"
#include <stdio.h>
#ifdef _MSC_VER
# define snprintf _snprintf
#endif
CPPEXTERN_NEW_WITH_FOUR_ARGS
(
multimodel
,
t_symbol
*
,
A_DEFSYM
,
t_floatarg
,
A_DEFFLOAT
,
t_floatarg
,
A_DEFFLOAT
,
t_floatarg
,
A_DEFFLOAT
);
/////////////////////////////////////////////////////////
...
...
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