Re: [PATCH 0/2] Drop pointless loadlib.h use in utilities

2022-02-28 Thread Corinna Vinschen
On Feb 26 16:40, Jon Turney wrote: > The only remaining uses of loadlib.h are in cygcheck and strace, where it's > used to load cygwin1.dll in both. > > Things could be further simplified, but it's probably worth keeping it > around in it's present form since it's quite likely that >

[PATCH 0/2] Drop pointless loadlib.h use in utilities

2022-02-26 Thread Jon Turney
The only remaining uses of loadlib.h are in cygcheck and strace, where it's used to load cygwin1.dll in both. Things could be further simplified, but it's probably worth keeping it around in it's present form since it's quite likely that LoadLibrary()/GetProcAddress() might be used again in