gsass1 / NTop

💻 htop-like system-monitor for Windows with Vi-keybindings.
GNU General Public License v3.0
1.21k stars 69 forks source link

Use GetNativeSystemInfo instead of GetSystemInfo #70

Closed MojtabaTajik closed 2 weeks ago

MojtabaTajik commented 2 weeks ago

Based on Microsoft documentation we need to use GetNativeSystemInfo instead of GetSystemInfo to get correct data for WOW64.

fix #67

gsass1 commented 2 weeks ago

thanks!