]> mj.ucw.cz Git - pciutils.git/commit
windows: Do not show unwanted file-not-found GUI message box
authorPali Rohár <pali@kernel.org>
Fri, 29 Mar 2024 20:19:27 +0000 (21:19 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 5 Apr 2024 11:14:06 +0000 (13:14 +0200)
commit4b4ea003ef812f098d6ad7052792261248959a1c
tree7156b6e3cf3e0a03d49163abbac4a2b07c554b60
parent90251023d44d50973e956d308b29a53ae84668e3
windows: Do not show unwanted file-not-found GUI message box

Sometimes SEM_FAILCRITICALERRORS flag (disable critical-error-handler GUI
messages) is not enough for LoadLibrary() and SEM_NOOPENFILEERRORBOX flag
(disable file-not-found GUI messages) is needed too to prevent showing GUI
messages on LoadLibrary() failures.
lib/i386-io-windows.h
lib/win32-helpers.c
lib/win32-sysdbg.c