The attached patches solve 2 failures when running the gnupg-2.3.4 test suite on MS-Windows:
- failure in test_close_all_fds due to the fact that close_all_fds is a no-op on Windows
- t-stringhelp test which fails because it compares file names as simple strings, which doesn't account for the forward slashes vs backslashes in Windows file names.