• Eric Pouech's avatar
    ntdll/tests: Use msinfo32.exe instead of notepad.exe. · 0e41777a
    Eric Pouech authored
    Under Windows 11, notepad.exe has been migrated into the UWP framework,
    and can no longer be launched as a 32bit process:
    - even if c:\windows\syswow64\notepad.exe is still a 32 bit PE file
    - the process created from c:\windows\syswow64\notepad.exe is not a
      wow64 process.
    
    So use msinfo32.exe instead. Like notepad.exe, it's a gui application,
    present on Wine and all test-bot:ed windows platforms. But unlike
    notepad.exe, it's not an UWP app on Windows 11.
    Signed-off-by: 's avatarEric Pouech <eric.pouech@gmail.com>
    0e41777a
Name
Last commit
Last update
..
Makefile.in Loading commit data...
atom.c Loading commit data...
change.c Loading commit data...
directory.c Loading commit data...
env.c Loading commit data...
error.c Loading commit data...
exception.c Loading commit data...
file.c Loading commit data...
generated.c Loading commit data...
info.c Loading commit data...
large_int.c Loading commit data...
ntdll_test.h Loading commit data...
om.c Loading commit data...
path.c Loading commit data...
pipe.c Loading commit data...
port.c Loading commit data...
reg.c Loading commit data...
rtl.c Loading commit data...
rtlbitmap.c Loading commit data...
rtlstr.c Loading commit data...
string.c Loading commit data...
sync.c Loading commit data...
thread.c Loading commit data...
threadpool.c Loading commit data...
time.c Loading commit data...
virtual.c Loading commit data...
wow64.c Loading commit data...