]> mj.ucw.cz Git - pciutils.git/commit
windows: Deduplicate code and move helper functions to new file win32-helpers.c
authorPali Rohár <pali@kernel.org>
Sun, 7 May 2023 14:40:28 +0000 (16:40 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 18 Feb 2024 14:48:29 +0000 (15:48 +0100)
commitdb5f48e779d7e3599cc3c7595cdf9c37eb71a9d5
treef33f88ac4024350fbdb19355f55545deb6f577d9
parent63a7a33fac118b10980ce2f2e8e0da7a85c3c5e9
windows: Deduplicate code and move helper functions to new file win32-helpers.c

Function win32_strerror() was duplicated in two different files:
win32-cfgmgr32.c and win32-kldbg.c. Now there is only one in
win32-helpers.c.
lib/Makefile
lib/i386-io-windows.h
lib/win32-cfgmgr32.c
lib/win32-helpers.c [new file with mode: 0644]
lib/win32-helpers.h [new file with mode: 0644]
lib/win32-kldbg.c
lib/win32-sysdbg.c