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
liblinphone
Commits
367a02b9
Commit
367a02b9
authored
Aug 07, 2014
by
Ghislain MARY
Browse files
Correct handling of WINAPI families.
parent
92573342
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/linphonecore.c
View file @
367a02b9
...
...
@@ -76,10 +76,10 @@ static void linphone_core_free_hooks(LinphoneCore *lc);
const
char
*
linphone_core_get_nat_address_resolved
(
LinphoneCore
*
lc
);
static
void
toggle_video_preview
(
LinphoneCore
*
lc
,
bool_t
val
);
#ifdef WINAPI_FAMILY_PHONE_APP
#define SOUNDS_PREFIX "Assets/Sounds/"
#else
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
#define SOUNDS_PREFIX
#else
#define SOUNDS_PREFIX "Assets/Sounds/"
#endif
/* relative path where is stored local ring*/
#define LOCAL_RING SOUNDS_PREFIX "rings/oldphone.wav"
...
...
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