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
d778beba
Commit
d778beba
authored
Feb 25, 2015
by
Simon Morlat
Browse files
repair build
parent
7dd2e9ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
tester/belle_sip_tester.c
tester/belle_sip_tester.c
+11
-1
No files found.
tester/belle_sip_tester.c
View file @
d778beba
...
...
@@ -320,7 +320,17 @@ void helper(const char *name) {
return -1; \
}
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
#define NEED_MAIN 1
#ifdef WIN32
#ifdef WINAPI_FAMILY_PARTITION
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_PHONE)
#undef NEED_MAIN
#endif
#endif
#endif
#ifdef NEED_MAIN
int
main
(
int
argc
,
char
*
argv
[])
{
int
i
;
...
...
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