Re: [PATCH 04/13] msvcrt: Add CurrentScheduler class stub
Hi, I'm sorry if this is a stupid question. But shouldn't this also change: ?_Get(a)_CurrentScheduler@details(a)Concurrency@@SA?AV_Scheduler(a)23@XZ ?_GetNumberOfVirtualProcessors(a)_CurrentScheduler@details(a)Concurrency@@SAIXZ ?_Id(a)_CurrentScheduler@details(a)Concurrency@@SAIXZ -arch=win32 ?_ScheduleTask(a)_CurrentScheduler@details(a)Concurrency@ @SAXP6AXPAX(a)Z0@Z -arch=win64 ?_ScheduleTask(a)_CurrentScheduler@details(a)Concurrency@ @SAXP6AXPEAX(a)Z0@Z Or do these not do the same? Sorry if I'm wasting your time. Sincerely, Gijs 2017-03-30 22:47 GMT+02:00 Piotr Caban <piotr(a)codeweavers.com>:
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/concrt140/concrt140.spec | 40 ++++++++--------- dlls/msvcr100/msvcr100.spec | 28 ++++++------ dlls/msvcr110/msvcr110.spec | 40 ++++++++--------- dlls/msvcr120/msvcr120.spec | 40 ++++++++--------- dlls/msvcr120_app/msvcr120_app.spec | 40 ++++++++--------- dlls/msvcrt/scheduler.c | 88 ++++++++++++++++++++++++++++++ +++++++ 6 files changed, 182 insertions(+), 94 deletions(-)
Hi, On 03/31/17 11:42, Gijs Vermeulen wrote:
But shouldn't this also change:
?_Get(a)_CurrentScheduler@details(a)Concurrency@@SA?AV_Scheduler(a)23@XZ ?_GetNumberOfVirtualProcessors(a)_CurrentScheduler@details(a)Concurrency@@SAIXZ ?_Id(a)_CurrentScheduler@details(a)Concurrency@@SAIXZ -arch=win32 ?_ScheduleTask(a)_CurrentScheduler@details(a)Concurrency@@SAXP6AXPAX(a)Z0@Z -arch=win64 ?_ScheduleTask(a)_CurrentScheduler@details(a)Concurrency@@SAXP6AXPEAX(a)Z0@Z
Or do these not do the same? It's a different class (_CurrentScheduler vs CurrentScheduler).
Thanks, Piotr
participants (2)
-
Gijs Vermeulen -
Piotr Caban