mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
contrib(UWP): remove reference to PulseEvent in pjproject
- PulseEvent(win32) is not UWP compliant Change-Id: Ibe545b6f8b2bb31188be7ded9b54623842c73c4e
This commit is contained in:
@ -1,3 +1,19 @@
|
||||
--- a/pjlib/src/pj/os_core_win32.c
|
||||
+++ b/pjlib/src/pj/os_core_win32.c
|
||||
@@ -1334,12 +1334,7 @@ PJ_DEF(pj_status_t) pj_event_pulse(pj_event_t *event)
|
||||
PJ_CHECK_STACK();
|
||||
PJ_ASSERT_RETURN(event, PJ_EINVAL);
|
||||
|
||||
- PJ_LOG(6, (event->obj_name, "Pulsing event"));
|
||||
-
|
||||
- if (PulseEvent(event->hEvent))
|
||||
- return PJ_SUCCESS;
|
||||
- else
|
||||
- return PJ_RETURN_OS_ERROR(GetLastError());
|
||||
+ return PJ_SUCCESS;
|
||||
}
|
||||
|
||||
/*
|
||||
--- a/pjsip/build/pjsip_core.vcxproj
|
||||
+++ b/pjsip/build/pjsip_core.vcxproj
|
||||
@@ -211,7 +211,7 @@
|
||||
|
Reference in New Issue
Block a user