From: Andrii Kroitor Date: Mon, 23 Mar 2015 18:37:21 +0000 (+0100) Subject: ecore_exe: fix ecore_exe_pid_get on windows X-Git-Tag: v1.14.0-alpha1~138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c3dbc3267caef2169dbf1e7c21dec288bf91c5c;p=platform%2Fupstream%2Fefl.git ecore_exe: fix ecore_exe_pid_get on windows Summary: ecore_exe_pid_get returns exe->pid value so it should be filled @fix Reviewers: raster, seoz, cedric, Hermet Subscribers: NikaWhite, cedric, reutskiy.v.v Differential Revision: https://phab.enlightenment.org/D2195 Signed-off-by: Cedric BAIL --- diff --git a/src/lib/ecore/ecore_exe_win32.c b/src/lib/ecore/ecore_exe_win32.c index 4b0eb72..7a9f41f 100644 --- a/src/lib/ecore/ecore_exe_win32.c +++ b/src/lib/ecore/ecore_exe_win32.c @@ -484,6 +484,7 @@ _impl_ecore_exe_eo_base_finalize(Eo *obj, Ecore_Exe_Data *exe) exe->process = pi.hProcess; exe->process_thread = pi.hThread; exe->process_id = pi.dwProcessId; + exe->pid = pi.dwProcessId; exe->thread_id = pi.dwThreadId; exe->h_close = ecore_main_win32_handler_add(exe->process,