From e7fbd59a32a36e627d7f284a54553c55d9b60481 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 20 Jul 2015 13:15:34 +0200 Subject: [PATCH] Fix an other compilation error. --- coreapi/linphonecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 2293e317c..eac9ce6ab 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -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);