Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
belle-sip
Commits
3aed8b58
Commit
3aed8b58
authored
Jun 24, 2014
by
Simon Morlat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix compilation with mingw
parent
5c228c28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
tester/belle_sip_headers_tester.c
tester/belle_sip_headers_tester.c
+5
-2
No files found.
tester/belle_sip_headers_tester.c
View file @
3aed8b58
...
...
@@ -749,6 +749,7 @@ static void test_replaces_escaped_header(void) {
}
#ifndef WIN32
static
void
_test_date_header
(
void
){
belle_sip_header_date_t
*
date
,
*
date2
;
time_t
utc
;
...
...
@@ -765,9 +766,11 @@ static void _test_date_header(void){
CU_ASSERT_PTR_NULL
(
belle_sip_header_date_parse
(
"nimportequoi"
));
}
#endif
static
void
test_date_header
(
void
){
#ifdef WIN
API_FAMILY_PHONE_APP
// TODO: setenv and unsetenv are not available for Windows
Phone 8
#ifdef WIN
32
// TODO: setenv and unsetenv are not available for Windows
#else
char
*
tz
;
/* test in our timezone */
...
...
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