Re: [PATCH] mbuf: enable to be compiled with MSVC

2025-02-12 Thread Thomas Monjalon
Mer 12 févr 2025, à 15:23, Thomas Monjalon a écrit : > 11/02/2025 03:19, Andre Muezerie: >> On Mon, Feb 10, 2025 at 02:34:29PM -0800, Stephen Hemminger wrote: >> > On Mon, 10 Feb 2025 13:51:05 -0800 >> > Andre Muezerie wrote: >> > >> > > Now that the issues preventing this lib from be compiled

Re: [PATCH] mbuf: enable to be compiled with MSVC

2025-02-12 Thread Thomas Monjalon
11/02/2025 03:19, Andre Muezerie: > On Mon, Feb 10, 2025 at 02:34:29PM -0800, Stephen Hemminger wrote: > > On Mon, 10 Feb 2025 13:51:05 -0800 > > Andre Muezerie wrote: > > > > > Now that the issues preventing this lib from be compiled with MSVC > > > are fixed it can be included in the compilatio

Re: [PATCH] mbuf: enable to be compiled with MSVC

2025-02-10 Thread Andre Muezerie
On Mon, Feb 10, 2025 at 02:34:29PM -0800, Stephen Hemminger wrote: > On Mon, 10 Feb 2025 13:51:05 -0800 > Andre Muezerie wrote: > > > Now that the issues preventing this lib from be compiled with MSVC > > are fixed it can be included in the compilation. > > > > The "net" library will automatical

[PATCH] mbuf: enable to be compiled with MSVC

2025-02-10 Thread Andre Muezerie
Now that the issues preventing this lib from be compiled with MSVC are fixed it can be included in the compilation. The "net" library will automatically get compiled as well as it has a dependency on "mbuf" which will now get fulfilled. Signed-off-by: Andre Muezerie --- lib/mbuf/meson.build | 6