https://bugs.winehq.org/show_bug.cgi?id=42658 --- Comment #7 from Austin English <austinenglish(a)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(a)_AsyncTaskCollection@details(a)Concurrency@@SAPAV123(a)PAV_CancellationTokenState@23@@Z Others it needs: ./psnowlauncher.exe imports following stub symbols: msvcr120:??0invalid_operation(a)Concurrency@@QAE(a)PBD@Z msvcr120:?Free(a)Concurrency@@YAXPAX(a)Z msvcr120:?GetCurrentThreadId(a)platform@details(a)Concurrency@@YAJXZ msvcr120:?_Cancel(a)_TaskCollection@details(a)Concurrency@@QAEXXZ msvcr120:?_GetCurrentInlineDepth(a)_StackGuard@details(a)Concurrency@@CAAAIXZ msvcr120:?_NewCollection(a)_AsyncTaskCollection@details(a)Concurrency@@SAPAV123(a)PAV_CancellationTokenState@23@@Z msvcr120:?_Oversubscribe(a)_Context@details(a)Concurrency@@SAX_N(a)Z msvcr120:?_ReportUnobservedException(a)details@Concurrency@@YAXXZ msvcr120:?_RunAndWait(a)_TaskCollection@details(a)Concurrency@@QAG?AW4_TaskCollectionStatus(a)23@PAV_UnrealizedChore(a)23@@Z msvcr120:?_Schedule(a)_TaskCollection@details(a)Concurrency@@QAEXPAV_UnrealizedChore(a)23@@Z msvcr120:?_ScheduleTask(a)_CurrentScheduler@details(a)Concurrency@@SAXP6AXPAX(a)Z0@Z msvcr120:?__ExceptionPtrAssign@@YAXPAXPBX(a)Z msvcr120:__crtUnhandledException -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.