Re: execute, spawn-pipe: Support DLL dependencies of Windows executables

2024-10-26 Thread Bruno Haible via Gnulib discussion list
I did: > * lib/windows-path.h: New file. > * lib/windows-path.c: New file. Oops. On Cygwin 3.x, the CI reports a compilation error: In file included from ../../lib/windows-path.c:18: ./config.h:3273:29: error: 'free' undeclared here (not in a function) 3273 | _GL_ATTRIBUTE_DEALL

execute, spawn-pipe: Support DLL dependencies of Windows executables

2024-10-22 Thread Bruno Haible via Gnulib discussion list
n a definition of PATH.) This patch implements that. [1] https://learn.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-search-order 2024-10-22 Bruno Haible execute, spawn-pipe: Support DLL dependencies of Windows executables. Reported by Michele Locati .