Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
32977edc
Commit
32977edc
authored
Jul 03, 2015
by
Gautier Pelloux-Prayer
Browse files
tester: do not redefine snprintf if already existing
parent
6b395453
Changes
1
Hide whitespace changes
Inline
Side-by-side
tester/common/bc_tester_utils.h
View file @
32977edc
...
...
@@ -26,8 +26,10 @@
#include <math.h>
#ifdef _WIN32
#ifndef snprintf
#define snprintf _snprintf
#endif
#endif
extern
int
bc_printf_verbosity_info
;
extern
int
bc_printf_verbosity_error
;
...
...
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