mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
The legide.sys driver, introduced in commitae2827f481, is compiled *ONLY* for the x86 platform (not x64 nor the others) as specified in commit7d33f7503b. Fix the file installation copy by moving its entry into the x86-specific section. Addendum to commit7174935d73(PR #8888). CORE-17256