• Eric Pouech's avatar
    ntdll/tests: Use msinfo32.exe instead of notepad.exe. · de3ecada
    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>
    de3ecada
Name
Last commit
Last update
..
tests Loading commit data...
unix Loading commit data...
Makefile.in Loading commit data...
actctx.c Loading commit data...
atom.c Loading commit data...
crypt.c Loading commit data...
debugbuffer.c Loading commit data...
env.c Loading commit data...
error.c Loading commit data...
error.h Loading commit data...
exception.c Loading commit data...
handletable.c Loading commit data...
heap.c Loading commit data...
large_int.c Loading commit data...
loader.c Loading commit data...
locale.c Loading commit data...
locale_private.h Loading commit data...
make_errors Loading commit data...
math.c Loading commit data...
misc.c Loading commit data...
ntdll.spec Loading commit data...
ntdll_misc.h Loading commit data...
path.c Loading commit data...
printf.c Loading commit data...
printf.h Loading commit data...
process.c Loading commit data...
reg.c Loading commit data...
relay.c Loading commit data...
resource.c Loading commit data...
rtl.c Loading commit data...
rtlbitmap.c Loading commit data...
rtlstr.c Loading commit data...
sec.c Loading commit data...
signal_arm.c Loading commit data...
signal_arm64.c Loading commit data...
signal_i386.c Loading commit data...
signal_x86_64.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...
unixlib.h Loading commit data...
version.c Loading commit data...
version.rc Loading commit data...
wcstring.c Loading commit data...