为什么Windows 64仍然使用user32.dll等?

Ada*_*Lee 9 64-bit winapi 32bit-64bit

我认为在Windows x64下,它仍然使用user32.dll和一堆其他32位库.为什么没有user64.dll?

SLa*_*aks 18

C:\Windows\System32\user32.dll 一个64位的库.
32位版本在C:\Windows\SysWOW64\user32.dll.

它们不能更改任何名称,因为这会破坏具有硬编码路径的各种程序.