]> mj.ucw.cz Git - pciutils.git/commit
windows: Mark more local win32 helpers functions as static
authorPali Rohár <pali@kernel.org>
Sun, 30 Nov 2025 15:27:21 +0000 (16:27 +0100)
committerMartin Mareš <mj@ucw.cz>
Sun, 28 Dec 2025 20:49:06 +0000 (21:49 +0100)
commitc92498ba163553a3f56fcbfc7f84573b597431d4
tree8138fe1b8466ca45ac0d55ab819f117531766e7b
parent3b5ea805b8d17edc9b22d13f88fb3e24b5db3050
windows: Mark more local win32 helpers functions as static

After movement of win32_call_func_with_tcb_privilege() function from
i386-io-windows.h to win32-helpers.c done in 3.11.0, lot of win32 helpers
functions are not used outside of win32-helpers.c anymore. Mark them as
static and remove from win32-helpers.h header file.
lib/win32-helpers.c
lib/win32-helpers.h