]> mj.ucw.cz Git - pciutils.git/commit
libpci: win32-cfgmgr32: Do not use GetWindowsDirectory()
authorPali Rohár <pali@kernel.org>
Thu, 17 Aug 2023 20:03:19 +0000 (22:03 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 29 Dec 2023 13:30:02 +0000 (14:30 +0100)
commitf2a77d0c820da6b8d7f9b425c96e4d2462900933
tree30488d37dede37844d185282abbddc0987ddc9da
parent8c22b2c473815c6b19c4b6cfa32229e405b9c367
libpci: win32-cfgmgr32: Do not use GetWindowsDirectory()

GetWindowsDirectory() function returns HOME user folder if application is
running on the Terminal Server. So this function is not suitable.

Instead of use GetSystemDirectory() which returns path to system32 folder
or GetSystemWindowsDirectory() which returns path to Windows folder (but
this is not available on all Windows versions).
lib/win32-cfgmgr32.c