Hi,
I'm sorry if this is a stupid question. But shouldn't this also change:
?_Get@_CurrentScheduler@details@Concurrency@@SA?AV_Scheduler@23@XZ ?_GetNumberOfVirtualProcessors@_CurrentScheduler@details@Concurrency@@SAIXZ ?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ -arch=win32 ?_ScheduleTask@_CurrentScheduler@details@Concurrency@ @SAXP6AXPAX@Z0@Z -arch=win64 ?_ScheduleTask@_CurrentScheduler@details@Concurrency@ @SAXP6AXPEAX@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@codeweavers.com:
Signed-off-by: Piotr Caban piotr@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@_CurrentScheduler@details@Concurrency@@SA?AV_Scheduler@23@XZ ?_GetNumberOfVirtualProcessors@_CurrentScheduler@details@Concurrency@@SAIXZ ?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ -arch=win32 ?_ScheduleTask@_CurrentScheduler@details@Concurrency@@SAXP6AXPAX@Z0@Z -arch=win64 ?_ScheduleTask@_CurrentScheduler@details@Concurrency@@SAXP6AXPEAX@Z0@Z
Or do these not do the same?
It's a different class (_CurrentScheduler vs CurrentScheduler).
Thanks, Piotr