https://bugs.winehq.org/show_bug.cgi?id=42658
--- Comment #7 from Austin English austinenglish@gmail.com --- (In reply to Gijs Vermeulen from comment #6)
Created attachment 57597 [details] stub test v3
(In reply to Bruno Jesus from comment #5)
The function returns void pointer, not void.
_CRTIMP void * __cdecl Alloc( size_t _NumBytes );
Thank you, I changed this but reverted it like an idiot. This patch should take care of the warning.
Yep, warnings are gone, thanks.
But then it has a different failure: msvcr120.dll.?_NewCollection@_AsyncTaskCollection@details@Concurrency@@SAPAV123@PAV_CancellationTokenState@23@@Z
Others it needs: ./psnowlauncher.exe imports following stub symbols: msvcr120:??0invalid_operation@Concurrency@@QAE@PBD@Z msvcr120:?Free@Concurrency@@YAXPAX@Z msvcr120:?GetCurrentThreadId@platform@details@Concurrency@@YAJXZ msvcr120:?_Cancel@_TaskCollection@details@Concurrency@@QAEXXZ msvcr120:?_GetCurrentInlineDepth@_StackGuard@details@Concurrency@@CAAAIXZ
msvcr120:?_NewCollection@_AsyncTaskCollection@details@Concurrency@@SAPAV123@PAV_CancellationTokenState@23@@Z msvcr120:?_Oversubscribe@_Context@details@Concurrency@@SAX_N@Z msvcr120:?_ReportUnobservedException@details@Concurrency@@YAXXZ
msvcr120:?_RunAndWait@_TaskCollection@details@Concurrency@@QAG?AW4_TaskCollectionStatus@23@PAV_UnrealizedChore@23@@Z
msvcr120:?_Schedule@_TaskCollection@details@Concurrency@@QAEXPAV_UnrealizedChore@23@@Z
msvcr120:?_ScheduleTask@_CurrentScheduler@details@Concurrency@@SAXP6AXPAX@Z0@Z msvcr120:?__ExceptionPtrAssign@@YAXPAXPBX@Z msvcr120:__crtUnhandledException