On Thu, 20 Mar 2025, Jacek Caban wrote:

On 20.03.2025 18:54, Martin Storsjö wrote:
+int __cdecl (*__MINGW_IMP_SYMBOL(snwprintf))(wchar_t *__restrict__, size_t, const wchar_t *__restrict__, ...) = snwprintf;


Do we need those |__imp_| symbols in these files? We don’t declare them as |dllimport| in headers, and since they were previously inlined, I’d be surprised if anything depends on them.

I pushed the patch for removing the preexisting cases, and I updated this patchset locally to remove the extra __imp_ symbols from here too.

Other than that, the series looks good to me. Thanks!

Thanks! If there are no other objections to it, I'll go ahead and push this patchset soon.

// Martin

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to