On Tuesday 06 May 2025 17:38:40 Martin Storsjö wrote:
> On Tue, 6 May 2025, Martin Storsjö wrote:
>
> > On Thu, 17 Apr 2025, Pali Rohár wrote:
> >
> > > There is missing call _configthreadlocale(-1) in pre_c_init function.
> > > Startup code from Visual C++ runtime is doing same thing.
> > >
> >
在 2025-5-9 22:24, наб 写道:
On Fri, May 09, 2025 at 10:31:38AM +0800, LIU Hao wrote:
在 2025-5-4 22:24, наб 写道:
In C++ it's common to have `NULL` defined as `0`.
This is not the case. I think I was a little overzealous to say that
"C++11 <=> NULL=nullptr" (both C and C++ allow any "null-pointer co
On Tuesday 06 May 2025 20:06:18 Martin Storsjö wrote:
> On Thu, 17 Apr 2025, Pali Rohár wrote:
>
> > This will ensure that _pei386_runtime_relocator() is called as the first
> > function and that all those runtime init code functions are called in
> > guarded block which prevents duplicate code ex
On Tuesday 06 May 2025 19:59:31 Martin Storsjö wrote:
> On Thu, 17 Apr 2025, Pali Rohár wrote:
>
> > Function __main() is function for executing gcc c++ constructors. Move it
> > into guarded code which prevents duplicate code execution, after executing
> > msvc c++ constructors (__xc_a-__xc_z cal
On Tuesday 06 May 2025 19:58:15 Martin Storsjö wrote:
> On Thu, 17 Apr 2025, Pali Rohár wrote:
>
> > This allows to remove the whole pre_c_init() and pre_cpp_init() functions
> > and registration of __mingw_pcinit and __mingw_pcppinit hooks.
> >
> > Inlining the code allows to easily figure out i
在 2025-5-9 14:03, Biswapriyo Nath 写道:
From 1cb6f2db5d1575ca74eccff329bab05158736bb4 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Fri, 9 May 2025 06:02:17 +
Subject: [PATCH] headers: Import httprequest.idl from wine
Signed-off-by: Biswapriyo Nath
---
mingw-w64-crt/libsrc/uuid.c