mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
13afaa7c16
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. (May not fully fix all the bugs below, but will get rid of a bunch of errors). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54535 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54536 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54537 Signed-off-by: Eric Pouech <eric.pouech@gmail.com> |
||
---|---|---|
.. | ||
tests | ||
coff.c | ||
cpu_arm.c | ||
cpu_arm64.c | ||
cpu_i386.c | ||
cpu_x86_64.c | ||
dbghelp.c | ||
dbghelp.spec | ||
dbghelp_private.h | ||
dwarf.c | ||
dwarf.h | ||
elf_module.c | ||
image.c | ||
image_private.h | ||
macho_module.c | ||
Makefile.in | ||
minidump.c | ||
module.c | ||
msc.c | ||
path.c | ||
pe_module.c | ||
source.c | ||
stabs.c | ||
stack.c | ||
storage.c | ||
symbol.c | ||
type.c | ||
version.rc |