public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH 0/2] Drop pointless loadlib.h use in utilities
@ 2022-02-26 16:40 Jon Turney
  2022-02-26 16:40 ` [PATCH 1/2] Cygwin: Drop pointless loadlib.h includes " Jon Turney
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jon Turney @ 2022-02-26 16:40 UTC (permalink / raw)
  To: cygwin-patches; +Cc: 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 future.

Jon Turney (2):
  Cygwin: Drop pointless loadlib.h includes in utilities
  Cygwin: Drop use of loadlib.h in regtool

 winsup/utils/cygpath.cc     |  1 -
 winsup/utils/module_info.cc |  1 -
 winsup/utils/path.cc        |  1 -
 winsup/utils/ps.cc          |  1 -
 winsup/utils/regtool.cc     | 13 +------------
 5 files changed, 1 insertion(+), 16 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-02-28  9:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-26 16:40 [PATCH 0/2] Drop pointless loadlib.h use in utilities Jon Turney
2022-02-26 16:40 ` [PATCH 1/2] Cygwin: Drop pointless loadlib.h includes " Jon Turney
2022-02-26 16:40 ` [PATCH 2/2] Cygwin: Drop use of loadlib.h in regtool Jon Turney
2022-02-28  9:44   ` Corinna Vinschen
2022-02-28  9:39 ` [PATCH 0/2] Drop pointless loadlib.h use in utilities Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).