Fix debug tests

This commit is contained in:
momo5502
2025-01-22 16:00:05 +01:00
parent 22565683a7
commit aa162cc548
3 changed files with 6 additions and 0 deletions

2
src/tools/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
root
registry

View File

@@ -75,6 +75,7 @@ CALL :collect_dll winmm.dll
CALL :collect_dll ws2_32.dll
CALL :collect_dll wsock32.dll
CALL :collect_dll msvcp140.dll
CALL :collect_dll msvcp140d.dll
CALL :collect_dll locale.nls

View File

@@ -2897,6 +2897,9 @@ namespace
const auto filename = read_unicode_string(
c.emu, emulator_object<UNICODE_STRING<EmulatorTraits<Emu64>>>{c.emu, attributes.ObjectName});
c.win_emu.log.print(color::dark_gray, "--> Querying file attributes: %s\n", u16_to_u8(filename).c_str());
const auto local_filename = c.win_emu.file_sys.translate(filename).string();
struct _stat64 file_stat{};