You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented function Win32::GetChipArch(). Win32::GetChipName() uses a
deprecated member of struct SYSTEM_INFO ("An obsolete member that is
retained for compatibility") not available for ARM64.
Details:
https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/ns-sysinfoapi-system_info
In test cpan/Win32/t/Names.t, added explicit values possible for
Win32::GetChipName() and Win32::GetChipArch().
0 commit comments