From b4446224fc168c50092cb81c35eecd1eb4e80f05 Mon Sep 17 00:00:00 2001 From: Stefano Balzarotti Date: Sun, 13 Apr 2025 18:34:51 +0200 Subject: [PATCH] fix --- cpu/cpu_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/cpu_windows.go b/cpu/cpu_windows.go index aeed5fb..afac603 100644 --- a/cpu/cpu_windows.go +++ b/cpu/cpu_windows.go @@ -218,7 +218,7 @@ type processorRelationship struct { // https://learn.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-system_logical_processor_information_ex type systemLogicalProcessorInformationEx struct { - Relationship int + Relationship uint32 Size uint32 Processor processorRelationship }