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
mediastreamer2
Commits
018228fe
Commit
018228fe
authored
Mar 14, 2016
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tester compilation for Windows 10.
parent
de17a97f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tester/mediastreamer2_tester_windows.cpp
tester/mediastreamer2_tester_windows.cpp
+1
-1
No files found.
tester/mediastreamer2_tester_windows.cpp
View file @
018228fe
...
@@ -119,7 +119,7 @@ bool NativeTester::run(Platform::String^ suiteName, Platform::String^ caseName,
...
@@ -119,7 +119,7 @@ bool NativeTester::run(Platform::String^ suiteName, Platform::String^ caseName,
ortp_set_log_level_mask
(
NULL
,
ORTP_ERROR
|
ORTP_FATAL
);
ortp_set_log_level_mask
(
NULL
,
ORTP_ERROR
|
ORTP_FATAL
);
}
}
ortp_set_log_handler
(
ms2NativeOutputTraceHandler
);
ortp_set_log_handler
(
ms2NativeOutputTraceHandler
);
return
bc_tester_run_tests
(
wssuitename
==
all
?
0
:
csuitename
,
wscasename
==
all
?
0
:
ccasename
)
!=
0
;
return
bc_tester_run_tests
(
wssuitename
==
all
?
0
:
csuitename
,
wscasename
==
all
?
0
:
ccasename
,
NULL
)
!=
0
;
}
}
void
NativeTester
::
runAllToXml
()
void
NativeTester
::
runAllToXml
()
...
...
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