mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
Fix an other compilation error.
This commit is contained in:
parent
cf2a9a7b42
commit
e7fbd59a32
1 changed files with 1 additions and 1 deletions
|
|
@ -5372,7 +5372,7 @@ void * linphone_core_get_native_preview_window_id(const LinphoneCore *lc){
|
|||
void linphone_core_set_native_preview_window_id(LinphoneCore *lc, void *id){
|
||||
if ((id == NULL)
|
||||
#ifndef _WIN32
|
||||
|| ((unsigned int)id == (unsigned long)-1)
|
||||
|| ((unsigned long)id == (unsigned long)-1)
|
||||
#endif
|
||||
) {
|
||||
unset_video_window_id(lc,TRUE,id);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue