mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 00:27:40 +00:00
docs(windows): apply review suggestion
Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
69f2c0dc1c
commit
e17e91e2a6
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ Note: For 32-bit there exists a WOW6432Node in windows registry that allows diff
|
|||
When an application loads `kmtiparm64x.dll`:
|
||||
* The Windows loader automatically detects the process architecture.
|
||||
* **Automatic Selection:**
|
||||
* If the host process is **x64**, Windows exposes the **Arm64EC** section. The Arm64EC section is built against the **keyman64.dll** keyman engine causing it to be loaded dynamically.
|
||||
* If the host process is **x64**, Windows exposes the **Arm64EC** section. The **Arm64EC** section is built against the **keyman64.dll** keyman engine causing it to be loaded dynamically.
|
||||
* If the host process is **Arm64**, Windows exposes the **Arm64** section. The **Arm64** section is built against the **keymanarm64.dll** keyman engine causing it to be loaded dynamically.
|
||||
|
||||
* **Transparency:** The host application is unaware that the binary contains code for other platforms; it sees only what it expects
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue