Re: [PATCH] mempool: enable code to be compiled with MSVC compiler

2024-11-19 Thread Thomas Monjalon
13/11/2024 07:38, Andrew Rybchenko: > On 11/13/24 06:08, Morten Brørup wrote: > >> From: Andre Muezerie [mailto:andre...@linux.microsoft.com] > >> Sent: Wednesday, 13 November 2024 02.25 > >> > >> The issues that were preventing mempool from getting compiled with > >> MSVC were fixed, so now it sho

Re: [PATCH] mempool: enable code to be compiled with MSVC compiler

2024-11-13 Thread Andrew Rybchenko
On 11/13/24 06:08, Morten Brørup wrote: From: Andre Muezerie [mailto:andre...@linux.microsoft.com] Sent: Wednesday, 13 November 2024 02.25 The issues that were preventing mempool from getting compiled with MSVC were fixed, so now it should not be excluded from the build anymore. Signed-off-by:

RE: [PATCH] mempool: enable code to be compiled with MSVC compiler

2024-11-12 Thread Morten Brørup
> From: Andre Muezerie [mailto:andre...@linux.microsoft.com] > Sent: Wednesday, 13 November 2024 02.25 > > The issues that were preventing mempool from getting compiled with > MSVC were fixed, so now it should not be excluded from the > build anymore. > > Signed-off-by: Andre Muezerie > --- Rev

[PATCH] mempool: enable code to be compiled with MSVC compiler

2024-11-12 Thread Andre Muezerie
The issues that were preventing mempool from getting compiled with MSVC were fixed, so now it should not be excluded from the build anymore. Signed-off-by: Andre Muezerie --- lib/mempool/meson.build | 6 -- 1 file changed, 6 deletions(-) diff --git a/lib/mempool/meson.build b/lib/mempool/me