diff --git a/coreapi/misc.c b/coreapi/misc.c index afa04f9bd..d94b170e3 100644 --- a/coreapi/misc.c +++ b/coreapi/misc.c @@ -266,7 +266,7 @@ bool_t linphone_core_check_payload_type_usability(LinphoneCore *lc, const Payloa } bool_t lp_spawn_command_line_sync(const char *command, char **result,int *command_ret){ -#if !defined(_WIN32_WCE) +#if !defined(_WIN32_WCE) && !defined(LINPHONE_WINDOWS_UNIVERSAL) FILE *f=popen(command,"r"); if (f!=NULL){ int err;